]> granicus.if.org Git - postgresql/commit
Add some functions to fd.c for the convenience of extensions.
authorRobert Haas <rhaas@postgresql.org>
Tue, 8 Mar 2016 15:09:50 +0000 (10:09 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 8 Mar 2016 15:09:50 +0000 (10:09 -0500)
commit070140ee48e8524493f882a278b5ced255b34b65
tree9522e28cf3fd5ebbacba892ccebc014110caf455
parent77a1d1e79892a20ed15a67be42b96949b8546bf6
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
src/backend/storage/file/fd.c
src/include/storage/fd.h