pgsql: Remove configure probe for gethostbyname_r.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove configure probe for gethostbyname_r.
Date: 2022-08-13 22:02:48
Message-ID: E1oMzDT-000eLI-3m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/52ea29045b79a5f996e454ac6c7f3bcd64aef572

Modified Files
--------------
configure | 65 +++------------------------------------
configure.ac | 3 +-
src/include/pg_config.h.in | 3 --
src/interfaces/libpq/fe-connect.c | 2 +-
src/tools/msvc/Solution.pm | 1 -
5 files changed, 6 insertions(+), 68 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-08-13 23:17:48 pgsql: Add new win32 header to headerscheck and cpluspluscheck
Previous Message Thomas Munro 2022-08-13 21:06:32 pgsql: Remove configure probe for struct sockaddr_storage.