]> granicus.if.org Git - postgresql/commit
Fix fsync code to test whether F_FULLFSYNC is available, instead of
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jan 2006 23:52:31 +0000 (23:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jan 2006 23:52:31 +0000 (23:52 +0000)
commit558bc2584d7e79801acb8344b79838cd3511915b
treee1cb52137df9ea82b0bc9c85c80d68445b2763e4
parentf3dda5be890dfdd6a3fae6ff21737307fcc6c0a8
Fix fsync code to test whether F_FULLFSYNC is available, instead of
assuming it always is on Darwin.  Per report from Neil Brandt.
configure
configure.in
src/backend/storage/file/fd.c
src/include/pg_config.h.in
src/include/port/darwin.h