aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_basebackup/receivelog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_basebackup/receivelog.c b/src/bin/pg_basebackup/receivelog.c
index e3a0e92d363..c390cbf13df 100644
--- 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)
{