File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
#define ZLIB_OUT_SIZE 4096
32
32
33
33
/*-------------------------------------------------------------------------
34
- * WalDirectoryMethod - write wal to a directory looking like pg_xlog
34
+ * WalDirectoryMethod - write wal to a directory looking like pg_wal
35
35
*-------------------------------------------------------------------------
36
36
*/
37
37
@@ -375,7 +375,7 @@ FreeWalDirectoryMethod(void)
375
375
376
376
377
377
/*-------------------------------------------------------------------------
378
- * WalTarMethod - write wal to a tar file containing pg_xlog contents
378
+ * WalTarMethod - write wal to a tar file containing pg_wal contents
379
379
*-------------------------------------------------------------------------
380
380
*/
381
381
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ struct WalWriteMethod
80
80
81
81
/*
82
82
* 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
85
85
* (only implements the methods required for pg_basebackup,
86
86
* not all those required for pg_receivewal)
87
87
*/
You can’t perform that action at this time.
0 commit comments