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:
Robert Haas 2011-03-10 15:00:20 -05:00
parent 6436098795
commit e397d2ee64

View File

@ -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;