]> granicus.if.org Git - postgresql/commitdiff
Remove obsolete comment.
authorRobert Haas <rhaas@postgresql.org>
Thu, 10 Mar 2011 20:00:20 +0000 (15:00 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 10 Mar 2011 20:00:20 +0000 (15:00 -0500)
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.

src/include/replication/walsender.h

index 8a8c9398d1ce2de0432fc12ba5566236cfbbdeed..2e5b2096eadf44be4efdca65ad6f5ebf501fa80f 100644 (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;