From: Magnus Hagander Date: Mon, 9 Jan 2012 17:16:51 +0000 (+0100) Subject: Fix comment language X-Git-Tag: REL9_2_BETA1~604 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ecd359c420203082489e2b5dddd098e34a1b70c;p=postgresql Fix comment language Per comment from Heikki --- diff --git a/src/bin/pg_basebackup/receivelog.c b/src/bin/pg_basebackup/receivelog.c index e3a0e92d36..c390cbf13d 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) {