Remove configure probe for struct sockaddr_storage.

Thomas Munro <tmunro@postgresql.org>

Commit: de42bc3ac8f7205f2c302b402e40704ceb46a70c
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2022-08-13T21:03:38Z
Releases: 16.0
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

Files

PathChange+/−
config/c-library.m4 modified +1 −13
configure modified +0 −13
configure.ac modified +0 −1
src/include/libpq/pqcomm.h modified +0 −23
src/include/pg_config.h.in modified +0 −3
src/tools/msvc/Solution.pm modified +0 −1

Discussion