Skip to content

Commit e397d2e

Browse files
committed
Remove obsolete comment.
In earlier versions of the sync rep patch, waiters removed themselves from the queue, but now walsender removes them before doing the wakeup. Report by Fujii Masao.
1 parent 6436098 commit e397d2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/include/replication/walsender.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ typedef struct
7474

7575
/*
7676
* Current location of the head of the queue. All waiters should have
77-
* a waitLSN that follows this value, or they are currently being woken
78-
* to remove themselves from the queue. Protected by SyncRepLock.
77+
* a waitLSN that follows this value. Protected by SyncRepLock.
7978
*/
8079
XLogRecPtr lsn;
8180

0 commit comments

Comments
 (0)