]> granicus.if.org Git - postgresql/commitdiff
Fix comment language
authorMagnus Hagander <magnus@hagander.net>
Mon, 9 Jan 2012 17:16:51 +0000 (18:16 +0100)
committerMagnus 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

index e3a0e92d363930017034c8d7744bb6ab02df3fc0..c390cbf13dfd4c536079733da20646202b341aca 100644 (file)
@@ -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)
                        {