Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4260c05

Browse files
committed
Update code comments for pg_xlog -> pg_wal
Author: Michael Paquier <michael.paquier@gmail.com>
1 parent609fa63 commit4260c05

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
#defineZLIB_OUT_SIZE 4096
3232

3333
/*-------------------------------------------------------------------------
34-
* WalDirectoryMethod - write wal to a directory looking likepg_xlog
34+
* WalDirectoryMethod - write wal to a directory looking likepg_wal
3535
*-------------------------------------------------------------------------
3636
*/
3737

@@ -375,7 +375,7 @@ FreeWalDirectoryMethod(void)
375375

376376

377377
/*-------------------------------------------------------------------------
378-
* WalTarMethod - write wal to a tar file containingpg_xlog contents
378+
* WalTarMethod - write wal to a tar file containingpg_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 standardpg_xlog
84-
*- TarDirectoryMethod - write WAL to a tarfile corresponding topg_xlog
83+
*- WalDirectoryMethod - write WAL to regular files in a standardpg_wal
84+
*- TarDirectoryMethod - write WAL to a tarfile corresponding topg_wal
8585
* (only implements the methods required for pg_basebackup,
8686
* not all those required for pg_receivewal)
8787
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp