We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ff85e commit a218e23Copy full SHA for a218e23
src/backend/access/transam/xlog.c
@@ -8993,7 +8993,7 @@ issue_xlog_fsync(int fd, XLogSegNo segno)
8993
ereport(PANIC,
8994
(errcode_for_file_access(),
8995
errmsg("could not fsync write-through log file %s: %m",
8996
- XLogFileNameP(ThisTimeLineID, openLogSegNo)))));
+ XLogFileNameP(ThisTimeLineID, openLogSegNo))));
8997
break;
8998
#endif
8999
#ifdef HAVE_FDATASYNC
0 commit comments