File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131#define ZLIB_OUT_SIZE 4096
3232
3333/*-------------------------------------------------------------------------
34- * WalDirectoryMethod - write wal to a directory looking like pg_xlog
34+ * WalDirectoryMethod - write wal to a directory looking like pg_wal
3535 *-------------------------------------------------------------------------
3636 */
3737
@@ -375,7 +375,7 @@ FreeWalDirectoryMethod(void)
375375
376376
377377/*-------------------------------------------------------------------------
378- * WalTarMethod - write wal to a tar file containing pg_xlog contents
378+ * WalTarMethod - write wal to a tar file containing pg_wal contents
379379 *-------------------------------------------------------------------------
380380 */
381381
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ struct WalWriteMethod
8080
8181/*
8282 * Available WAL methods:
83- * - WalDirectoryMethod - write WAL to regular files in a standard pg_xlog
84- * - TarDirectoryMethod - write WAL to a tarfile corresponding to pg_xlog
83+ * - WalDirectoryMethod - write WAL to regular files in a standard pg_wal
84+ * - TarDirectoryMethod - write WAL to a tarfile corresponding to pg_wal
8585 * (only implements the methods required for pg_basebackup,
8686 * not all those required for pg_receivewal)
8787 */
You can’t perform that action at this time.
0 commit comments