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

From Tom Lane
Subject [COMMITTERS] pgsql: Cope with glibc too old to have epoll_create1().
Date
Msg-id E1d3qjk-0007Wr-QA@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/82ebbeb0abfe40fe5f19a6fcdffc7484fd3a35b0

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Preserve required !catalog tuples while computing initialdecodi
Next
From: Fujii Masao
Date:
Subject: [COMMITTERS] pgsql: Fix bug so logical rep launcher saves correctly time of laststa