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

Robert Haas <rhaas@postgresql.org>

Commit: 070140ee48e8524493f882a278b5ced255b34b65
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-03-08T15:09:50Z
Releases: 9.6.0
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

Files

PathChange+/−
src/backend/storage/file/fd.c modified +34 −0
src/include/storage/fd.h modified +3 −0