projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1bc2f6
)
Fix breakage by the wal_sync_method patch in installations that use
author
Magnus Hagander
<
[email protected]
>
Mon, 12 May 2008 19:45:23 +0000
(19:45 +0000)
committer
Magnus Hagander
<
[email protected]
>
Mon, 12 May 2008 19:45:23 +0000
(19:45 +0000)
O_DSYNC (specifically this broke all the Windows buildfarm members)
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 27bd25ec100c1aa56cd48dcf804085aeec288f69..20072fb0ff9a63a73e0c5df4bf3c5ac22b8e776c 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-6431,6
+6431,7
@@
issue_xlog_fsync(void)
break;
#endif
case SYNC_METHOD_OPEN:
+ case SYNC_METHOD_OPEN_DSYNC:
/* write synced it already */
break;
default: