pgsql: Add some functions to fd.c for the convenience of extensions. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add some functions to fd.c for the convenience of extensions.
Date
Msg-id E1adJKd-0000L5-Pk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add some functions to fd.c for the convenience of extensions.

For example, if you want to perform an ioctl() on a file descriptor
opened through the fd.c routines, there's no way to do that without
being able to get at the underlying fd.

KaiGai Kohei

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/070140ee48e8524493f882a278b5ced255b34b65

Modified Files
--------------
src/backend/storage/file/fd.c | 34 ++++++++++++++++++++++++++++++++++
src/include/storage/fd.h      |  3 +++
2 files changed, 37 insertions(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Department of second thoughts: remove PD_ALL_FROZEN.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix parallel query on standby servers.