提交 a218e23a 编写于 作者: H Heikki Linnakangas

Oops. Remove stray paren.

I didn't notice this on my laptop as I don't HAVE_FSYNC_WRITETHROUGH.
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册