aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-10-09 13:05:59 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-10-09 13:06:48 +0300
commit0b77aebabfbe9155ea88ee9e11fa126315473b86 (patch)
tree122fae4d84a0354276cb0ef81670d7de540ca894 /src
parent2190377113cd24b0929b30a8c386433d4759fb50 (diff)
downloadpostgresql-0b77aebabfbe9155ea88ee9e11fa126315473b86.tar.gz
postgresql-0b77aebabfbe9155ea88ee9e11fa126315473b86.zip
Remove stray newline in comment.
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/walsender.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c
index 9207a48910b..4a7515fb13e 100644
--- 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)