pgsql: Portability fix for commit 9a895462d.

Started by Tom Laneover 8 years ago2 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Portability fix for commit 9a895462d.

So far as I can find, NI_MAXHOST isn't actually required anywhere by
POSIX. Nonetheless, commit 9a895462d supposed that it could rely on
having that symbol without any ceremony at all. We do have a hack
for providing it if the platform doesn't, in getaddrinfo.h, so fix
the problem by #including that file. Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b0c90c85fc93f37107365dd8c7f47ba5e00544de

Modified Files
--------------
src/include/replication/walreceiver.h | 1 +
1 file changed, 1 insertion(+)

#2Fujii Masao
masao.fujii@gmail.com
In reply to: Tom Lane (#1)
Re: pgsql: Portability fix for commit 9a895462d.

On Sat, Mar 31, 2018 at 9:52 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Portability fix for commit 9a895462d.

So far as I can find, NI_MAXHOST isn't actually required anywhere by
POSIX. Nonetheless, commit 9a895462d supposed that it could rely on
having that symbol without any ceremony at all. We do have a hack
for providing it if the platform doesn't, in getaddrinfo.h, so fix
the problem by #including that file. Per buildfarm.

Thanks for fixing my mistake.

Regards,

--
Fujii Masao