[COMMITTERS] pgsql: Fix failure-to-read-man-page in commit 899bd785c.

2017-09-26 Thread Tom Lane
Fix failure-to-read-man-page in commit 899bd785c. posix_fallocate() is not quite a drop-in replacement for fallocate(), because it is defined to return the error code as its function result, not in "errno". I (tgl) missed this because RHEL6's version seems to set errno as well. That is not the c

[COMMITTERS] pgsql: Fix failure-to-read-man-page in commit 899bd785c.

2017-09-26 Thread Tom Lane
Fix failure-to-read-man-page in commit 899bd785c. posix_fallocate() is not quite a drop-in replacement for fallocate(), because it is defined to return the error code as its function result, not in "errno". I (tgl) missed this because RHEL6's version seems to set errno as well. That is not the c

[COMMITTERS] pgsql: Fix failure-to-read-man-page in commit 899bd785c.

2017-09-26 Thread Tom Lane
Fix failure-to-read-man-page in commit 899bd785c. posix_fallocate() is not quite a drop-in replacement for fallocate(), because it is defined to return the error code as its function result, not in "errno". I (tgl) missed this because RHEL6's version seems to set errno as well. That is not the c

[COMMITTERS] pgsql: Fix failure-to-read-man-page in commit 899bd785c.

2017-09-26 Thread Tom Lane
Fix failure-to-read-man-page in commit 899bd785c. posix_fallocate() is not quite a drop-in replacement for fallocate(), because it is defined to return the error code as its function result, not in "errno". I (tgl) missed this because RHEL6's version seems to set errno as well. That is not the c

[COMMITTERS] pgsql: Fix failure-to-read-man-page in commit 899bd785c.

2017-09-26 Thread Tom Lane
Fix failure-to-read-man-page in commit 899bd785c. posix_fallocate() is not quite a drop-in replacement for fallocate(), because it is defined to return the error code as its function result, not in "errno". I (tgl) missed this because RHEL6's version seems to set errno as well. That is not the c