mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Improve comment about GetWALAvailability's WALAVAIL_REMOVED code.
Sirisha Chamarthi and Kyotaro Horiguchi Discussion: https://postgr.es/m/CAKrAKeXt-=bgm=d+EDmcC9kWoikp8kbVb3LH0K3K+AGGsykpHQ@mail.gmail.com
This commit is contained in:
@ -7338,7 +7338,8 @@ CreateRestartPoint(int flags)
|
||||
* above.
|
||||
*
|
||||
* * WALAVAIL_REMOVED means it has been removed. A replication stream on
|
||||
* a slot with this LSN cannot continue after a restart.
|
||||
* a slot with this LSN cannot continue. (Any associated walsender
|
||||
* processes should have been terminated already.)
|
||||
*
|
||||
* * WALAVAIL_INVALID_LSN means the slot hasn't been set to reserve WAL.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user