]> granicus.if.org Git - postgresql/commitdiff
Remove duplicated words in comments.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 12 Apr 2015 07:46:17 +0000 (10:46 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 12 Apr 2015 07:49:27 +0000 (10:49 +0300)
David Rowley

src/backend/replication/walsender.c
src/bin/pg_basebackup/pg_basebackup.c

index 121b33d2ab77dedf48f4b223c7041df1232efa6d..f8dd3c3cf915e5e5d302496145d193f87d4f367b 100644 (file)
@@ -2186,9 +2186,9 @@ XLogSendPhysical(void)
        if (sendTimeLineIsHistoric)
        {
                /*
-                * Streaming an old timeline timeline that's in this server's history,
-                * but is not the one we're currently inserting or replaying. It can
-                * be streamed up to the point where we switched off that timeline.
+                * Streaming an old timeline that's in this server's history, but is
+                * not the one we're currently inserting or replaying. It can be
+                * streamed up to the point where we switched off that timeline.
                 */
                SendRqstPtr = sendTimeLineValidUpto;
        }
index 1b44d4e5b8b52650e7fffe2cd2a5bfa96535a5fe..6bb1ae7d08f1bfa19802f5a59fab02018a344371 100644 (file)
@@ -433,7 +433,7 @@ StartLogStreamer(char *startpos, uint32 timeline, char *sysidentifier)
        snprintf(param->xlogdir, sizeof(param->xlogdir), "%s/pg_xlog", basedir);
 
        /*
-        * Create pg_xlog/archive_status (and thus pg_xlog) so we can can write to
+        * Create pg_xlog/archive_status (and thus pg_xlog) so we can write to
         * basedir/pg_xlog as the directory entry in the tar file may arrive
         * later.
         */