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

Commit45cd919

Browse files
Fix bug in comment of timeline history file.
Fujii Masao
1 parent816b008 commit45cd919

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4369,7 +4369,7 @@ writeTimeLineHistory(TimeLineID newTLI, TimeLineID parentTLI,
43694369
xlogfname,
43704370
recoveryStopAfter ?"after" :"before",
43714371
recoveryStopXid);
4372-
if (recoveryTarget==RECOVERY_TARGET_TIME)
4372+
elseif (recoveryTarget==RECOVERY_TARGET_TIME)
43734373
snprintf(buffer,sizeof(buffer),
43744374
"%s%u\t%s\t%s %s\n",
43754375
(srcfd<0) ?"" :"\n",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp