git.postgresql.org Git - postgresql.git/commit
Sat, 6 Jul 2013 20:46:04 +0000 (13:46 -0700)
Sat, 6 Jul 2013 20:46:04 +0000 (13:46 -0700)
commit 5b571bb8c8d2bea610e01ae1ee7bc05adcfff528
Handle posix_fallocate() errors.
On some platforms, posix_fallocate() is available but may still return
EINVAL if the underlying filesystem does not support it. So, in case
of an error, fall through to the alternate implementation that just
writes zeros.
Per buildfarm failure and analysis by Tom Lane.
This is the main PostgreSQL git repository.
RSS
Atom