mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Fix inconsistencies and typos in the tree, take 11
This fixes various typos in docs and comments, and removes some orphaned definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com
This commit is contained in:
@@ -81,7 +81,7 @@ struct WalWriteMethod
|
||||
/*
|
||||
* Available WAL methods:
|
||||
* - WalDirectoryMethod - write WAL to regular files in a standard pg_wal
|
||||
* - TarDirectoryMethod - write WAL to a tarfile corresponding to pg_wal
|
||||
* - WalTarMethod - 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