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

Commit55f6f8f

Browse files
committed
Remove DEFAULT_SYNC_FLAGBIT ... not used anymore.
1 parente72c98b commit55f6f8f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎src/include/access/xlogdefs.h

Lines changed: 1 addition & 5 deletions
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/include/access/xlogdefs.h,v 1.20 2008/05/12 08:35:05 mha Exp $
10+
* $PostgreSQL: pgsql/src/include/access/xlogdefs.h,v 1.21 2008/05/17 16:49:23 tgl Exp $
1111
*/
1212
#ifndefXLOG_DEFS_H
1313
#defineXLOG_DEFS_H
@@ -110,16 +110,12 @@ typedef uint32 TimeLineID;
110110

111111
#if defined(OPEN_DATASYNC_FLAG)
112112
#defineDEFAULT_SYNC_METHODSYNC_METHOD_OPEN_DSYNC
113-
#defineDEFAULT_SYNC_FLAGBITOPEN_DATASYNC_FLAG
114113
#elif defined(HAVE_FDATASYNC)
115114
#defineDEFAULT_SYNC_METHODSYNC_METHOD_FDATASYNC
116-
#defineDEFAULT_SYNC_FLAGBIT0
117115
#elif defined(HAVE_FSYNC_WRITETHROUGH_ONLY)
118116
#defineDEFAULT_SYNC_METHODSYNC_METHOD_FSYNC_WRITETHROUGH
119-
#defineDEFAULT_SYNC_FLAGBIT0
120117
#else
121118
#defineDEFAULT_SYNC_METHODSYNC_METHOD_FSYNC
122-
#defineDEFAULT_SYNC_FLAGBIT0
123119
#endif
124120

125121
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp