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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Add some functions to fd.c for the convenience of extensions.
Дата
Msg-id E1adJKd-0000L5-Pk@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Department of second thoughts: remove PD_ALL_FROZEN.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix parallel query on standby servers.