projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6436098
)
Remove obsolete comment.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 10 Mar 2011 20:00:20 +0000
(15:00 -0500)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/src/include/replication/walsender.h
b/src/include/replication/walsender.h
index 8a8c9398d1ce2de0432fc12ba5566236cfbbdeed..2e5b2096eadf44be4efdca65ad6f5ebf501fa80f 100644
(file)
--- 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;