Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa82790

Browse files
committed
Fix breakage by the wal_sync_method patch in installations that use
O_DSYNC (specifically this broke all the Windows buildfarm members)
1 parent1fe8d17 commitaa82790

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

‎src/backend/access/transam/xlog.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.306 2008/05/1216:06:09 alvherre Exp $
10+
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.307 2008/05/1219:45:23 mha Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -6431,6 +6431,7 @@ issue_xlog_fsync(void)
64316431
break;
64326432
#endif
64336433
caseSYNC_METHOD_OPEN:
6434+
caseSYNC_METHOD_OPEN_DSYNC:
64346435
/* write synced it already */
64356436
break;
64366437
default:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp