mirror of
https://github.com/postgres/postgres.git
synced 2026-03-14 22:53:49 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -8993,7 +8993,7 @@ issue_xlog_fsync(int fd, XLogSegNo segno)
|
|||
ereport(PANIC,
|
||||
(errcode_for_file_access(),
|
||||
errmsg("could not fsync write-through log file %s: %m",
|
||||
XLogFileNameP(ThisTimeLineID, openLogSegNo)))));
|
||||
XLogFileNameP(ThisTimeLineID, openLogSegNo))));
|
||||
break;
|
||||
#endif
|
||||
#ifdef HAVE_FDATASYNC
|
||||
|
|
|
|||
Loading…
Reference in a new issue