Skip to content

Commit 8dfddf1

Browse files
committed
Remove duplicated words in comments.
David Rowley
1 parent 3b4da9a commit 8dfddf1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/backend/replication/walsender.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,9 +1439,9 @@ XLogSend(bool *caughtup)
14391439
if (sendTimeLineIsHistoric)
14401440
{
14411441
/*
1442-
* Streaming an old timeline timeline that's in this server's history,
1443-
* but is not the one we're currently inserting or replaying. It can
1444-
* be streamed up to the point where we switched off that timeline.
1442+
* Streaming an old timeline that's in this server's history, but is
1443+
* not the one we're currently inserting or replaying. It can be
1444+
* streamed up to the point where we switched off that timeline.
14451445
*/
14461446
SendRqstPtr = sendTimeLineValidUpto;
14471447
}

src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ StartLogStreamer(char *startpos, uint32 timeline, char *sysidentifier)
329329
snprintf(param->xlogdir, sizeof(param->xlogdir), "%s/pg_xlog", basedir);
330330

331331
/*
332-
* Create pg_xlog/archive_status (and thus pg_xlog) so we can can write to
332+
* Create pg_xlog/archive_status (and thus pg_xlog) so we can write to
333333
* basedir/pg_xlog as the directory entry in the tar file may arrive
334334
* later.
335335
*/

0 commit comments

Comments
 (0)