postgresql/src/include/libpq
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
..
auth.h Refactor SASL code with a generic interface for its mechanisms 2021-07-07 10:55:15 +09:00
be-fsstubs.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
be-gssapi-common.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
crypt.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
hba.h Refactor hba_authname 2021-04-07 14:24:47 +02:00
ifaddr.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
libpq-be.h Add some information about authenticated identity via log_connections 2021-04-07 10:16:39 +09:00
libpq-fs.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
libpq.h Reject extraneous data after SSL or GSS encryption handshake. 2021-11-08 11:01:43 -05:00
pqcomm.h Remove check for accept() argument types 2021-11-09 15:35:26 +01:00
pqformat.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
pqmq.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
pqsignal.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
sasl.h Refactor SASL code with a generic interface for its mechanisms 2021-07-07 10:55:15 +09:00
scram.h Refactor SASL code with a generic interface for its mechanisms 2021-07-07 10:55:15 +09:00