Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 131fb7f

Browse files
committed
Remove duplicated words in comments.
David Rowley
1 parent bdd6684 commit 131fb7f

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
@@ -2186,9 +2186,9 @@ XLogSendPhysical(void)
21862186
if (sendTimeLineIsHistoric)
21872187
{
21882188
/*
2189-
* Streaming an old timeline timeline that's in this server's history,
2190-
* but is not the one we're currently inserting or replaying. It can
2191-
* be streamed up to the point where we switched off that timeline.
2189+
* Streaming an old timeline that's in this server's history, but is
2190+
* not the one we're currently inserting or replaying. It can be
2191+
* streamed up to the point where we switched off that timeline.
21922192
*/
21932193
SendRqstPtr = sendTimeLineValidUpto;
21942194
}

src/bin/pg_basebackup/pg_basebackup.c

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

435435
/*
436-
* Create pg_xlog/archive_status (and thus pg_xlog) so we can can write to
436+
* Create pg_xlog/archive_status (and thus pg_xlog) so we can write to
437437
* basedir/pg_xlog as the directory entry in the tar file may arrive
438438
* later.
439439
*/

0 commit comments

Comments
 (0)