1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +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:
Tom Lane
2023-01-19 18:41:08 -05:00
parent 5a617d75d3
commit 1ca604c201

View File

@ -7338,7 +7338,8 @@ CreateRestartPoint(int flags)
* above. * above.
* *
* * WALAVAIL_REMOVED means it has been removed. A replication stream on * * 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. * * WALAVAIL_INVALID_LSN means the slot hasn't been set to reserve WAL.
*/ */