Files
postgresql/src/backend
Jeff Davis 5b571bb8c8 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.
2013-07-06 13:46:04 -07:00
..
2013-07-06 13:46:04 -07:00
2013-05-29 16:58:43 -04:00
2013-06-24 14:16:44 -04:00
2013-05-29 16:58:43 -04:00
2013-06-26 02:14:37 +09:00
2013-01-01 17:15:01 -05:00
2013-05-29 16:58:43 -04:00
2013-02-21 22:46:17 -03:00
2013-05-05 22:34:23 -04:00