Commit 4260c05c authored by Peter Eisentraut's avatar Peter Eisentraut

Update code comments for pg_xlog -> pg_wal

Author: Michael Paquier <michael.paquier@gmail.com>
parent 609fa63d
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define ZLIB_OUT_SIZE 4096 #define ZLIB_OUT_SIZE 4096
/*------------------------------------------------------------------------- /*-------------------------------------------------------------------------
* WalDirectoryMethod - write wal to a directory looking like pg_xlog * WalDirectoryMethod - write wal to a directory looking like pg_wal
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -375,7 +375,7 @@ FreeWalDirectoryMethod(void) ...@@ -375,7 +375,7 @@ FreeWalDirectoryMethod(void)
/*------------------------------------------------------------------------- /*-------------------------------------------------------------------------
* WalTarMethod - write wal to a tar file containing pg_xlog contents * WalTarMethod - write wal to a tar file containing pg_wal contents
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
......
...@@ -80,8 +80,8 @@ struct WalWriteMethod ...@@ -80,8 +80,8 @@ struct WalWriteMethod
/* /*
* Available WAL methods: * Available WAL methods:
* - WalDirectoryMethod - write WAL to regular files in a standard pg_xlog * - WalDirectoryMethod - write WAL to regular files in a standard pg_wal
* - TarDirectoryMethod - write WAL to a tarfile corresponding to pg_xlog * - TarDirectoryMethod - write WAL to a tarfile corresponding to pg_wal
* (only implements the methods required for pg_basebackup, * (only implements the methods required for pg_basebackup,
* not all those required for pg_receivewal) * not all those required for pg_receivewal)
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment