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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rocco Altier" <RoccoA(at)routescape(dot)com>
Cc: "Pgsql Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't
Date: 2006-10-19 21:56:21
Message-ID: 4659.1161294981@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Rocco Altier" <RoccoA(at)routescape(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-10-19 22:32:08 Re: Statements with syntax errors are not logged
Previous Message Rocco Altier 2006-10-19 21:26:52 Re: [COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't