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

Commit131fb7f

Browse files
committed
Remove duplicated words in comments.
David Rowley
1 parentbdd6684 commit131fb7f

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

[8]ページ先頭

©2009-2025 Movatter.jp