Fix fsync code to test whether F_FULLFSYNC is available, instead of

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 558bc2584d7e79801acb8344b79838cd3511915b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-17T23:52:31Z
Releases: 8.2.0
Fix fsync code to test whether F_FULLFSYNC is available, instead of
assuming it always is on Darwin.  Per report from Neil Brandt.

Files

PathChange+/−
configure modified +75 −0
configure.in modified +4 −1
src/backend/storage/file/fd.c modified +5 −3
src/include/pg_config.h.in modified +4 −0
src/include/port/darwin.h modified +2 −0