mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Oops. Remove stray paren.
I didn't notice this on my laptop as I don't HAVE_FSYNC_WRITETHROUGH.
This commit is contained in:
parent
96ff85e2dd
commit
a218e23a08
@ -8993,7 +8993,7 @@ issue_xlog_fsync(int fd, XLogSegNo segno)
|
|||||||
ereport(PANIC,
|
ereport(PANIC,
|
||||||
(errcode_for_file_access(),
|
(errcode_for_file_access(),
|
||||||
errmsg("could not fsync write-through log file %s: %m",
|
errmsg("could not fsync write-through log file %s: %m",
|
||||||
XLogFileNameP(ThisTimeLineID, openLogSegNo)))));
|
XLogFileNameP(ThisTimeLineID, openLogSegNo))));
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_FDATASYNC
|
#ifdef HAVE_FDATASYNC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user