Use poll(2) in preference to select(2), if available. This solves
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Mar 2003 03:16:55 +0000 (03:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Mar 2003 03:16:55 +0000 (03:16 +0000)
commit1d57374114dadd83bb8428dfa841312568ef3cc4
treea226eeb4e9cad990cd538851a9b2296098b26f74
parent235d5fa6669eca834c1c006e1739db1c80e4cf98
Use poll(2) in preference to select(2), if available.  This solves
problems in applications that may have a large number of files open,
such that libpq's socket number exceeds the range supported by fd_set.
From Chris Brown.
configure
configure.in
src/include/pg_config.h.in
src/interfaces/libpq/fe-misc.c