8000
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 1fe8d17 commit aa82790Copy full SHA for aa82790
src/backend/access/transam/xlog.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.306 2008/05/12 16:06:09 alvherre Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.307 2008/05/12 19:45:23 mha Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -6431,6 +6431,7 @@ issue_xlog_fsync(void)
6431
break;
6432
#endif
6433
case SYNC_METHOD_OPEN:
6434
+ case SYNC_METHOD_OPEN_DSYNC:
6435
/* write synced it already */
6436
6437
default:
0 commit comments