]> granicus.if.org Git - postgresql/commit
Don't include sys/poll.h anymore.
authorAndres Freund <andres@anarazel.de>
Sun, 23 Apr 2017 23:04:46 +0000 (16:04 -0700)
committerAndres Freund <andres@anarazel.de>
Sun, 23 Apr 2017 23:11:35 +0000 (16:11 -0700)
commitb182a4ae2f9a542f7bab082c460f1250ca8a0aef
tree0b0e7528749239e228c0177b6c95a37783d20a43
parenteb97aa7e65627c602f559207a5a104cacbdd585f
Don't include sys/poll.h anymore.

poll.h is mandated by Single Unix Spec v2, the usual baseline for
postgres on unix.  None of the unixoid buildfarms animals has
sys/poll.h but not poll.h.  Therefore there's not much point to test
for sys/poll.h's existence and include it optionally.

Author: Andres Freund, per suggestion from Tom Lane
Discussion: https://postgr.es/m/20505.1492723662@sss.pgh.pa.us
configure
configure.in
src/backend/storage/ipc/latch.c
src/include/pg_config.h.in
src/include/pg_config.h.win32
src/interfaces/libpq/fe-misc.c