Remove configure probe for gethostbyname_r.

Thomas Munro <tmunro@postgresql.org>

Commit: 52ea29045b79a5f996e454ac6c7f3bcd64aef572
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2022-08-13T21:57:48Z
Releases: 16.0
Remove configure probe for gethostbyname_r.

It was only used by src/port/getaddrinfo.c, removed by the previous
commit.

Discussion: https://postgr.es/m/CA%2BhUKGJFLPCtAC58EAimF6a6GPw30TU_59FUY%3DGWB_kC%3DJEmVQ%40mail.gmail.com

Files

PathChange+/−
configure modified +4 −61
configure.ac modified +1 −2
src/include/pg_config.h.in modified +0 −3
src/interfaces/libpq/fe-connect.c modified +1 −1
src/tools/msvc/Solution.pm modified +0 −1

Discussion