[COMMITTERS] pgsql: Cope with glibc too old to have epoll_create1().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Cope with glibc too old to have epoll_create1().
Дата
Msg-id E1d3qjk-0007Ws-QF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Cope with glibc too old to have epoll_create1().

Commit fa31b6f4e supposed that we didn't have to worry about that
anymore, but it seems that RHEL5 is like that, and that's still
a supported platform.  Put back the prior coding under an #ifdef,
adding an explicit fcntl() to retain the desired CLOEXEC property.

Discussion: https://postgr.es/m/12307.1493325329@sss.pgh.pa.us

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/53b157846024f28f8d48a6e0163c89a577f886a8

Modified Files
--------------
src/backend/storage/ipc/latch.c | 9 +++++++++
1 file changed, 9 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Preserve required !catalog tuples while computing initialdecodi
Следующее
От: Fujii Masao
Дата:
Сообщение: [COMMITTERS] pgsql: Fix bug so logical rep launcher saves correctly time of laststa