projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96ff85e
)
Oops. Remove stray paren.
author
Heikki Linnakangas
Sun, 24 Jun 2012 17:03:57 +0000
(20:03 +0300)
committer
Heikki Linnakangas
Sun, 24 Jun 2012 17:03:57 +0000
(20:03 +0300)
I didn't notice this on my laptop as I don't HAVE_FSYNC_WRITETHROUGH.
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index f0a89ac29a2e10fc07f1592bb2270f5e64e74179..642c129d9fa2cc6384d904ae1fbad19b4c537548 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
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