Remove configure probe for struct sockaddr_storage.
authorThomas Munro <tmunro@postgresql.org>
Sat, 13 Aug 2022 20:52:08 +0000 (08:52 +1200)
committerThomas Munro <tmunro@postgresql.org>
Sat, 13 Aug 2022 21:03:38 +0000 (09:03 +1200)
commitde42bc3ac8f7205f2c302b402e40704ceb46a70c
treec4e351ff8cdeac89a3fff9c7ac4086c78bc03cfa
parent55d9cd46f65a5fc0c3bbb69d36cc9dba597a8c9c
Remove configure probe for struct sockaddr_storage.

<sys/socket.h> provides sockaddr_storage in SUSv3 and all targeted Unix
systems have it.  Windows has it too.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CA%2BhUKG%2BL_3brvh%3D8e0BW_VfX9h7MtwgN%3DnFHP5o7X2oZucY9dg%40mail.gmail.com
config/c-library.m4
configure
configure.ac
src/include/libpq/pqcomm.h
src/include/pg_config.h.in
src/tools/msvc/Solution.pm