Re: AIX and ipv6

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: AIX and ipv6
Date: 2012-09-11 17:12:44
Message-ID: 504F710C.3020802@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/11/2012 09:09 AM, John R Pierce wrote:
> we're still having issues with PG on AIX 6.1, our configurations have no
> ipv6 as our WAN is purely ipv4, but if we use listen_addresses='*', we
> consistently get an error...
>
> LOG: could not bind IPv6 socket: Address already in use
>
>
> the workaround we've been using is to set listen_addresses to
> '127.0.0.1, x.y.z.w' where thats this server's IP. messy, and annoying.
>
> is their any chance this will ever be addressed?
Did not say what version you where on. But in 9.1:

http://www.postgresql.org/docs/9.1/interactive/runtime-config-connection.html
"The special entry * corresponds to all available IP interfaces. The entry 0.0.0.0
allows listening for all IPv4 addresses and :: allows listening for all IPv6 addresses."

>
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Grittner 2012-09-11 17:34:45 Re: Compressed binary field
Previous Message Edson Richter 2012-09-11 17:05:50 Re: Compressed binary field