mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
Change pg_last_xlog_receive_location() not to move backwards. That makes
it a lot more useful for determining which standby is most up-to-date, for example. There was long discussions on whether overwriting existing existing WAL makes sense to begin with, and whether we should do some more extensive variable renaming, but this change nevertheless seems quite uncontroversial. Fujii Masao, reviewed by Jeff Janes, Robert Haas, Stephen Frost.
This commit is contained in:
@ -14179,10 +14179,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
|
||||
<entry><type>text</type></entry>
|
||||
<entry>Get last transaction log location received and synced to disk by
|
||||
streaming replication. While streaming replication is in progress
|
||||
this will increase monotonically. But when streaming replication is
|
||||
restarted this will back off to the replication starting position,
|
||||
typically the beginning of the WAL file containing the current
|
||||
replay location. If recovery has completed this will remain static at
|
||||
this will increase monotonically. If recovery has completed this will
|
||||
remain static at
|
||||
the value of the last WAL record received and synced to disk during
|
||||
recovery. If streaming replication is disabled, or if it has not yet
|
||||
started, the function returns NULL.
|
||||
|
Reference in New Issue
Block a user