mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Update code comments for pg_xlog -> pg_wal
Author: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
@@ -80,8 +80,8 @@ struct WalWriteMethod
|
||||
|
||||
/*
|
||||
* Available WAL methods:
|
||||
* - WalDirectoryMethod - write WAL to regular files in a standard pg_xlog
|
||||
* - TarDirectoryMethod - write WAL to a tarfile corresponding to pg_xlog
|
||||
* - WalDirectoryMethod - write WAL to regular files in a standard pg_wal
|
||||
* - TarDirectoryMethod - write WAL to a tarfile corresponding to pg_wal
|
||||
* (only implements the methods required for pg_basebackup,
|
||||
* not all those required for pg_receivewal)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user