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:50 +0000 (23:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jan 2006 23:52:50 +0000 (23:52 +0000)
commit9e72b3c2c5328d375ca4dad245a3be7b7bd55228
tree085a876e93e22c7521fc9a24f27394626e042cb4
parent7b3d9367b449f160fd4597094b0e18054d555b09
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