Re: Problem with listen_addresses = '*' on 8.4beta2 on AIX

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, pgsql-hackers(at)postgresql(dot)org, ac(at)esilo(dot)com
Subject: Re: Problem with listen_addresses = '*' on 8.4beta2 on AIX
Date: 2009-06-09 21:24:19
Message-ID: 29001.1244582659@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Tom Lane wrote:
>> I grow weary of AIX's seemingly-unlimited supply of getaddrinfo
>> peculiarities. What about forgetting the whole matter and always
>> using our src/port/ implementation on that OS?

> I'm assuming that the OP has tested that 8.3 works on the same machine
> with listen_addresses = '*'.
> If so, then this seems a reasonable suggestion.

The only serious knock I can see on our implementation is that it lacks
IPv6 support. So we'd not want to use it on AIX versions that are
IPv6-capable. Which are those, if any, and do they have any of these
getaddrinfo issues?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-06-09 21:28:23 Re: page is uninitialized --- fixing
Previous Message Andrew Dunstan 2009-06-09 21:17:53 Re: Problem with listen_addresses = '*' on 8.4beta2 on AIX