pgsql: Add some functions to fd.c for the convenience of extensions.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add some functions to fd.c for the convenience of extensions.
Date: 2016-03-08 15:13:55
Message-ID: E1adJKd-0000L5-Pk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-03-08 15:33:11 pgsql: Fix parallel query on standby servers.
Previous Message Robert Haas 2016-03-08 13:55:49 pgsql: Department of second thoughts: remove PD_ALL_FROZEN.