Skip to content

Commit 1ca604c

Browse files
committed
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
1 parent 5a617d7 commit 1ca604c

File tree

1 file changed

+2
-1
lines changed
  • src/backend/access/transam

1 file changed

+2
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7338,7 +7338,8 @@ CreateRestartPoint(int flags)
73387338
* above.
73397339
*
73407340
* * WALAVAIL_REMOVED means it has been removed. A replication stream on
7341-
* a slot with this LSN cannot continue after a restart.
7341+
* a slot with this LSN cannot continue. (Any associated walsender
7342+
* processes should have been terminated already.)
73427343
*
73437344
* * WALAVAIL_INVALID_LSN means the slot hasn't been set to reserve WAL.
73447345
*/

0 commit comments

Comments
 (0)