Commit a218e23a authored by Heikki Linnakangas's avatar Heikki Linnakangas

Oops. Remove stray paren.

I didn't notice this on my laptop as I don't HAVE_FSYNC_WRITETHROUGH.
parent 96ff85e2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment