Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8dfddf1

Browse files
committed
Remove duplicated words in comments.
David Rowley
1 parent3b4da9a commit8dfddf1

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 timelinetimelinethat's in this server's history,
1443-
*but isnot the one we're currently inserting or replaying. It can
1444-
*bestreamed 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 cancanwrite 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)

[8]ページ先頭

©2009-2025 Movatter.jp