mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +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:
@@ -1473,7 +1473,7 @@ SnapBuildSerialize(SnapBuild *builder, XLogRecPtr lsn)
|
||||
/*
|
||||
* We identify snapshots by the LSN they are valid for. We don't need to
|
||||
* include timelines in the name as each LSN maps to exactly one timeline
|
||||
* unless the user used pg_resetxlog or similar. If a user did so, there's
|
||||
* unless the user used pg_resetwal or similar. If a user did so, there's
|
||||
* no hope continuing to decode anyway.
|
||||
*/
|
||||
sprintf(path, "pg_logical/snapshots/%X-%X.snap",
|
||||
|
Reference in New Issue
Block a user