diff options
author | Thomas Munro <tmunro@postgresql.org> | 2021-03-01 10:44:21 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2021-03-01 11:24:28 +1300 |
commit | d1b90995e8d41df7e59efe48e98f26cd66baba9b (patch) | |
tree | 55692e651dd2575cffc585819b065a0a04c31596 /doc/src | |
parent | 943eb478803cc2ed6f0b1f5df6f1b20c9ad6245d (diff) | |
download | postgresql-d1b90995e8d41df7e59efe48e98f26cd66baba9b.tar.gz postgresql-d1b90995e8d41df7e59efe48e98f26cd66baba9b.zip |
Remove latch.c workaround for Linux < 2.6.27.
Commit 82ebbeb0 added a workaround for systems with no epoll_create1()
and EPOLL_CLOEXEC. Linux < 2.6.27 and glibc < 2.9 are long gone. Now
seems like a good time to drop the extra code, because otherwise we'd
have to add similar already-dead workaround code to new patches using
XXX_CLOEXEC flags that arrived in the same kernel release.
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CA%2BhUKGKL_%3DaO%3Dr30N%3Ds9VoDgTqHpRSzePRbA9dkYO7snc7HsxA%40mail.gmail.com
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions