projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b020d2
)
Fix comment language
author
Magnus Hagander
<magnus@hagander.net>
Mon, 9 Jan 2012 17:16:51 +0000
(18:16 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 9 Jan 2012 17:16:51 +0000
(18:16 +0100)
Per comment from Heikki
src/bin/pg_basebackup/receivelog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/receivelog.c
b/src/bin/pg_basebackup/receivelog.c
index e3a0e92d363930017034c8d7744bb6ab02df3fc0..c390cbf13dfd4c536079733da20646202b341aca 100644
(file)
--- a/
src/bin/pg_basebackup/receivelog.c
+++ b/
src/bin/pg_basebackup/receivelog.c
@@
-379,8
+379,8
@@
ReceiveXlogStream(PGconn *conn, XLogRecPtr startpos, uint32 timeline, char *sysi
{
/*
* keepalive message, sent in 9.2 and newer. We just ignore
- * this message completely, but need to
forward past it
- *
in our reading
.
+ * this message completely, but need to
skip past it in the
+ *
stream
.
*/
if (r != STREAMING_KEEPALIVE_SIZE)
{