aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/replication/walsender.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/replication/walsender.h b/src/include/replication/walsender.h
index 8a8c9398d1c..2e5b2096ead 100644
--- a/src/include/replication/walsender.h
+++ b/src/include/replication/walsender.h
@@ -74,8 +74,7 @@ typedef struct
/*
* Current location of the head of the queue. All waiters should have
- * a waitLSN that follows this value, or they are currently being woken
- * to remove themselves from the queue. Protected by SyncRepLock.
+ * a waitLSN that follows this value. Protected by SyncRepLock.
*/
XLogRecPtr lsn;