-
- Downloads
Revert "Use pselect(2) not select(2), if available, to wait in postmaster's loop."
This reverts commit b9515b62. 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
Showing
- configure 1 addition, 1 deletionconfigure
- configure.in 1 addition, 1 deletionconfigure.in
- src/backend/postmaster/postmaster.c 17 additions, 46 deletionssrc/backend/postmaster/postmaster.c
- src/include/pg_config.h.in 0 additions, 3 deletionssrc/include/pg_config.h.in
- src/include/pg_config.h.win32 0 additions, 3 deletionssrc/include/pg_config.h.win32
Loading
Please register or sign in to comment