Add some functions to fd.c for the convenience of extensions.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/file/fd.c | modified | +34 −0 |
| src/include/storage/fd.h | modified | +3 −0 |