mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
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.
This commit is contained in:
parent
6436098795
commit
e397d2ee64
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user