From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Cleaning up historical portability baggage |
Date: | 2022-08-13 13:14:23 |
Message-ID: | CA+hUKGJFLPCtAC58EAimF6a6GPw30TU_59FUY=GWB_kC=JEmVQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sun, Aug 14, 2022 at 12:23 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> Remove HAVE_UNIX_SOCKETS.
> Remove configure probe for struct sockaddr_storage.
> Remove configure probe for getaddrinfo, and replacement code.
Plus one more that falls out of the above (it was only used by
src/port/getaddrinfo.c):
Remove configure probe for gethostbyname_r.
Attachment | Content-Type | Size |
---|---|---|
0001-Remove-HAVE_UNIX_SOCKETS.patch | text/x-patch | 17.4 KB |
0002-Remove-configure-probe-for-struct-sockaddr_storage.patch | text/x-patch | 5.0 KB |
0003-Remove-configure-probe-for-getaddrinfo-and-replaceme.patch | text/x-patch | 25.7 KB |
0004-Remove-configure-probe-for-gethostbyname_r.patch | text/x-patch | 5.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Kazutaka Onishi | 2022-08-13 13:42:38 | Asynchronous execution support for Custom Scan |
Previous Message | Thomas Munro | 2022-08-13 12:23:02 | Re: Cleaning up historical portability baggage |