diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-05-12 11:49:56 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-05-12 11:52:43 -0400 |
commit | c1a7f64b4a720a662ecec809bc9e289f35e887ad (patch) | |
tree | 4846174161b5302d7f0298e98620794a21388de1 /src/include/access/xlog_internal.h | |
parent | 56b6ef893fee9e9bf47d927a02f4d1ea911f4d9c (diff) | |
download | postgresql-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/xlog_internal.h')
-rw-r--r-- | src/include/access/xlog_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |