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.h | |
parent | 56b6ef893fee9e9bf47d927a02f4d1ea911f4d9c (diff) |
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.h')
-rw-r--r-- | src/include/access/xlog.h | 2 |
1 files changed, 1 insertions, 1 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 |