Skip to content

Commit a218e23

Browse files
committed
Oops. Remove stray paren.
I didn't notice this on my laptop as I don't HAVE_FSYNC_WRITETHROUGH.
1 parent 96ff85e commit a218e23

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8993,7 +8993,7 @@ issue_xlog_fsync(int fd, XLogSegNo segno)
89938993
ereport(PANIC,
89948994
(errcode_for_file_access(),
89958995
errmsg("could not fsync write-through log file %s: %m",
8996-
XLogFileNameP(ThisTimeLineID, openLogSegNo)))));
8996+
XLogFileNameP(ThisTimeLineID, openLogSegNo))));
89978997
break;
89988998
#endif
89998999
#ifdef HAVE_FDATASYNC

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy