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

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

Commit: 9e72b3c2c5328d375ca4dad245a3be7b7bd55228
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-17T23:52:50Z
Releases: 8.1.3
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