postgresql/src/interfaces
Peter Eisentraut ee3a1a5b63 Remove check for accept() argument types
This check was used to accommodate a staggering variety in particular
in the type of the third argument of accept().  This is no longer of
concern on currently supported systems.  We can just use socklen_t in
the code and put in a simple check that substitutes int for socklen_t
if it's missing, to cover the few stragglers.

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/3538f4c4-1886-64f2-dcff-aaad8267fb82@enterprisedb.com
2021-11-09 15:35:26 +01:00
..
ecpg Fix error handling with threads on OOM in ECPG connection logic 2021-09-13 13:23:50 +09:00
libpq Remove check for accept() argument types 2021-11-09 15:35:26 +01:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00