aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlogdefs.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-05-12 11:49:56 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-05-12 11:52:43 -0400
commitc1a7f64b4a720a662ecec809bc9e289f35e887ad (patch)
tree4846174161b5302d7f0298e98620794a21388de1 /src/include/access/xlogdefs.h
parent56b6ef893fee9e9bf47d927a02f4d1ea911f4d9c (diff)
downloadpostgresql-c1a7f64b4a720a662ecec809bc9e289f35e887ad.tar.gz
postgresql-c1a7f64b4a720a662ecec809bc9e289f35e887ad.zip
Replace "transaction log" with "write-ahead log"
This makes documentation and error messages match the renaming of "xlog" to "wal" in APIs and file naming.
Diffstat (limited to 'src/include/access/xlogdefs.h')
-rw-r--r--src/include/access/xlogdefs.h2
1 files changed, 1 insertions, 1 deletions
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