Fix breakage by the wal_sync_method patch in installations that use
authorMagnus Hagander <[email protected]>
Mon, 12 May 2008 19:45:23 +0000 (19:45 +0000)
committerMagnus 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

index 27bd25ec100c1aa56cd48dcf804085aeec288f69..20072fb0ff9a63a73e0c5df4bf3c5ac22b8e776c 100644 (file)
@@ -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: