Oops. Remove stray paren.

I didn't notice this on my laptop as I don't HAVE_FSYNC_WRITETHROUGH.
This commit is contained in:
Heikki Linnakangas 2012-06-24 20:03:57 +03:00
parent 96ff85e2dd
commit a218e23a08

View File

@ -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