We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3512f commit 043cd67Copy full SHA for 043cd67
src/backend/access/transam/xlog.c
@@ -7338,7 +7338,8 @@ CreateRestartPoint(int flags)
7338
* above.
7339
*
7340
* * WALAVAIL_REMOVED means it has been removed. A replication stream on
7341
- * a slot with this LSN cannot continue after a restart.
+ * a slot with this LSN cannot continue. (Any associated walsender
7342
+ * processes should have been terminated already.)
7343
7344
* * WALAVAIL_INVALID_LSN means the slot hasn't been set to reserve WAL.
7345
*/
0 commit comments