postgresql/src/backend/postmaster
Tom Lane 64925603c9 Revert "Use pselect(2) not select(2), if available, to wait in postmaster's loop."
This reverts commit 81069a9efc.

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
2017-04-24 18:29:03 -04:00
..
autovacuum.c BRIN auto-summarization 2017-04-01 14:00:53 -03:00
bgworker.c Avoid passing function pointers across process boundaries. 2017-04-14 23:50:16 -04:00
bgwriter.c Fix typos in comments. 2017-02-06 11:33:58 +02:00
checkpointer.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fork_process.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile
pgarch.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pgstat.c Fix new warnings from GCC 7 2017-04-17 13:59:46 -04:00
postmaster.c Revert "Use pselect(2) not select(2), if available, to wait in postmaster's loop." 2017-04-24 18:29:03 -04:00
startup.c Show more processes in pg_stat_activity. 2017-03-26 22:02:22 -04:00
syslogger.c Add pg_current_logfile() function. 2017-03-03 11:43:11 +05:30
walwriter.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00