mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Rename user-facing tools with "xlog" in the name to say "wal".
This means pg_receivexlog because pg_receivewal, pg_resetxlog becomes pg_resetwal, and pg_xlogdump becomes pg_waldump.
This commit is contained in:
@@ -2435,7 +2435,7 @@ WalSndDone(WalSndSendDataCallback send_data)
|
||||
|
||||
/*
|
||||
* To figure out whether all WAL has successfully been replicated, check
|
||||
* flush location if valid, write otherwise. Tools like pg_receivexlog
|
||||
* flush location if valid, write otherwise. Tools like pg_receivewal
|
||||
* will usually (unless in synchronous mode) return an invalid flush
|
||||
* location.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user