Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4260c05

Browse files
committed
Update code comments for pg_xlog -> pg_wal
Author: Michael Paquier <michael.paquier@gmail.com>
1 parent 609fa63 commit 4260c05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/bin/pg_basebackup/walmethods.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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

src/bin/pg_basebackup/walmethods.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)