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:34 +0000 (10:49 +0300)
David Rowley

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

index 68b4f4f0e4b7284fb8d2eaa842a7a19ba1266c34..50cb0048d6bb81477bb5c62c6c90006f0aed1714 100644 (file)
@@ -1439,9 +1439,9 @@ XLogSend(bool *caughtup)
    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 e63bb7c53af6b036d6335e9bbc1bd33539248bd8..fb75919efcc4cdd91cdfb81114daa0a00a484275 100644 (file)
@@ -329,7 +329,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.
     */