aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ_DEV
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-06-18 18:30:21 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-06-18 18:30:21 +0000
commit1e8ae136407f2aedd07cc748589f46087b98b950 (patch)
tree711fa053681b05a10270210d6c13f9e73d6e3536 /doc/FAQ_DEV
parent22045666d62ed5742fbdf4b1548fe1e30533684f (diff)
downloadpostgresql-1e8ae136407f2aedd07cc748589f46087b98b950.tar.gz
postgresql-1e8ae136407f2aedd07cc748589f46087b98b950.zip
Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration
for it. Hopefully will fix core dump evidenced by some buildfarm members since fadvise patch went in. The actual definition of the function is not ABI-compatible with compiler's default assumption in the absence of any declaration, so it's clearly unsafe to try to call it without seeing a declaration.
Diffstat (limited to 'doc/FAQ_DEV')
0 files changed, 0 insertions, 0 deletions