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

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, 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:38:55
Message-ID: b42b73150906091438l7976983erd7588c9faff61bc2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 9, 2009 at 5:24 PM, Tom Lane<tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> 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?

actually, aix was the first commercial unix distribution to support
ipv6 afaik...as of 4.3 iirc.

merlin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2009-06-09 21:54:08 Re: page is uninitialized --- fixing
Previous Message Tom Lane 2009-06-09 21:28:23 Re: page is uninitialized --- fixing