Oops. Remove stray paren.

I didn't notice this on my laptop as I don't HAVE_FSYNC_WRITETHROUGH.
pull/3/head
Heikki Linnakangas 14 years ago
parent 96ff85e2dd
commit a218e23a08
  1. 2
      src/backend/access/transam/xlog.c

@ -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…
Cancel
Save