diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-06-18 18:30:21 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-06-18 18:30:21 +0000 |
commit | 1e8ae136407f2aedd07cc748589f46087b98b950 (patch) | |
tree | 711fa053681b05a10270210d6c13f9e73d6e3536 /doc/FAQ_DEV | |
parent | 22045666d62ed5742fbdf4b1548fe1e30533684f (diff) | |
download | postgresql-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