projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2190377
)
Remove stray newline in comment.
author
Heikki Linnakangas
Tue, 9 Oct 2012 10:05:59 +0000
(13:05 +0300)
committer
Heikki Linnakangas
Tue, 9 Oct 2012 10:06:48 +0000
(13:06 +0300)
src/backend/replication/walsender.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/walsender.c
b/src/backend/replication/walsender.c
index 9207a48910b3c2a8752ebbcb52ea460f09ebd730..4a7515fb13e4b839ba6c6be657380dd77917dcb1 100644
(file)
--- a/
src/backend/replication/walsender.c
+++ b/
src/backend/replication/walsender.c
@@
-1022,7
+1022,6
@@
retry:
*
* If there is no unsent WAL remaining, *caughtup is set to true, otherwise
* *caughtup is set to false.
-
*/
static void
XLogSend(char *msgbuf, bool *caughtup)