aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/access/xlog.h2
-rw-r--r--src/include/access/xlog_internal.h2
-rw-r--r--src/include/access/xlogdefs.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h
index d23aab589e3..4d9773459de 100644
--- a/src/include/access/xlog.h
+++ b/src/include/access/xlog.h
@@ -1,7 +1,7 @@
/*
* xlog.h
*
- * PostgreSQL transaction log manager
+ * PostgreSQL write-ahead log manager
*
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h
index c09c0f8e5f4..6e2bfd0ad03 100644
--- a/src/include/access/xlog_internal.h
+++ b/src/include/access/xlog_internal.h
@@ -1,7 +1,7 @@
/*
* xlog_internal.h
*
- * PostgreSQL transaction log internal declarations
+ * PostgreSQL write-ahead log internal declarations
*
* NOTE: this file is intended to contain declarations useful for
* manipulating the XLOG files directly, but it is not supposed to be
diff --git a/src/include/access/xlogdefs.h b/src/include/access/xlogdefs.h
index 53b60c1dcda..0f07bb26746 100644
--- a/src/include/access/xlogdefs.h
+++ b/src/include/access/xlogdefs.h
@@ -1,7 +1,7 @@
/*
* xlogdefs.h
*
- * Postgres transaction log manager record pointer and
+ * Postgres write-ahead log manager record pointer and
* timeline number definitions
*
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group