Re: [COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't
Date
Msg-id 4659.1161294981@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't  ("Rocco Altier" <RoccoA@Routescape.com>)
List pgsql-hackers
"Rocco Altier" <RoccoA@routescape.com> writes:
> This change has broken my AIX 5.2 buildfarm machine (asp/kookaburra),
> but doesn't seem to break the 5.3 member (grebe).

Sigh, count on IBM to make life complicated.

Instead of hacking servname, I suppose we will have to poke the correct
value into sin_port afterwards.  Would you check on the names of the
port fields in the IPv4 and IPv6 cases?  (It might be s6_port or some
such for IPv6.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Rocco Altier"
Date:
Subject: Re: [COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't
Next
From: Tom Lane
Date:
Subject: Re: Statements with syntax errors are not logged