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

Commitd67b06f

Browse files
committed
Oops, meant to change the comment in writeTimeLineHistory.
1 parent6aa2e49 commitd67b06f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/backend/access/transam/timeline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ writeTimeLineHistory(TimeLineID newTLI, TimeLineID parentTLI,
387387

388388
/*
389389
* Prefer link() to rename() here just to be really sure that we don't
390-
* overwrite an existinglogfile. However, there shouldn't be one, so
390+
* overwrite an existingfile. However, there shouldn't be one, so
391391
* rename() is an acceptable substitute except for the truly paranoid.
392392
*/
393393
#ifHAVE_WORKING_LINK

‎src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2515,7 +2515,7 @@ InstallXLogFileSegment(XLogSegNo *segno, char *tmppath,
25152515

25162516
/*
25172517
* Prefer link() to rename() here just to be really sure that we don't
2518-
* overwrite an existingfile. However, there shouldn't be one, so
2518+
* overwrite an existinglogfile. However, there shouldn't be one, so
25192519
* rename() is an acceptable substitute except for the truly paranoid.
25202520
*/
25212521
#ifHAVE_WORKING_LINK

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp