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

Commita218e23

Browse files
committed
Oops. Remove stray paren.
I didn't notice this on my laptop as I don't HAVE_FSYNC_WRITETHROUGH.
1 parent96ff85e commita218e23

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
@@ -8993,7 +8993,7 @@ issue_xlog_fsync(int fd, XLogSegNo segno)
89938993
ereport(PANIC,
89948994
(errcode_for_file_access(),
89958995
errmsg("could not fsync write-through log file %s: %m",
8996-
XLogFileNameP(ThisTimeLineID,openLogSegNo)))));
8996+
XLogFileNameP(ThisTimeLineID,openLogSegNo))));
89978997
break;
89988998
#endif
89998999
#ifdefHAVE_FDATASYNC

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp