repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git]
/
src
/
include
/
port
/
darwin.h
blob
a5061995af824ffd01a3ff8f18e522499aa41096
1
/* $PostgreSQL$ */
2
3
#define __darwin__ 1
4
5
#if HAVE_DECL_F_FULLFSYNC
/* not present before OS X 10.3 */
6
#define HAVE_FSYNC_WRITETHROUGH
7
8
#endif