Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1ca604c

Browse filesBrowse 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
Copy full SHA for 1ca604c

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

‎src/backend/access/transam/xlog.c

Copy file name to clipboardExpand all lines: src/backend/access/transam/xlog.c
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.