[COMMITTERS] pgsql: Revert "Use pselect(2) not select(2), if available,to wait in p

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Revert "Use pselect(2) not select(2), if available,to wait in p
Дата
Msg-id E1d2mVH-0003XZ-Ms@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert "Use pselect(2) not select(2), if available, to wait in postmaster's loop."

This reverts commit b9515b62879722e3497236f6e0d6783c3fc059a2.

Buildfarm results suggest that some platforms have versions of pselect(2)
that are not merely non-atomic, but flat out non-functional.  Revert the
use-pselect patch to confirm this diagnosis (and exclude the no-SA_RESTART
patch as the source of trouble).  If it's so, we should probably look into
blacklisting specific platforms that have broken pselect.

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

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e615605239f6df491cd171ed6890b8c70566ef75

Modified Files
--------------
configure                           |  2 +-
configure.in                        |  2 +-
src/backend/postmaster/postmaster.c | 63 ++++++++++---------------------------
src/include/pg_config.h.in          |  3 --
src/include/pg_config.h.win32       |  3 --
5 files changed, 19 insertions(+), 54 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Use pselect(2) not select(2), if available,to wait in postmaste
Следующее
От: Bruce Momjian
Дата:
Сообщение: [COMMITTERS] pgsql: doc: update release doc markup instructions