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

Commit2f1692d

Browse files
committed
Fix erroneous choice of timeline variable, too
1 parente774b76 commit2f1692d

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
@@ -8175,7 +8175,7 @@ assign_xlog_sync_method(int new_sync_method, void *extra)
81758175
ereport(PANIC,
81768176
(errcode_for_file_access(),
81778177
errmsg("could not fsync log segment %s: %m",
8178-
XLogFileNameP(curFileTLI,openLogSegNo))));
8178+
XLogFileNameP(ThisTimeLineID,openLogSegNo))));
81798179
if (get_sync_bit(sync_method)!=get_sync_bit(new_sync_method))
81808180
XLogFileClose();
81818181
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp