Re: Is there a parameter to tell postgresql to not attempt to open an IPv6 socket?

From: Andrew Sullivan <ajs(at)commandprompt(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Is there a parameter to tell postgresql to not attempt to open an IPv6 socket?
Date: 2008-09-16 21:04:19
Message-ID: 20080916210418.GA1139@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Sep 16, 2008 at 04:46:37PM -0400, Reid.Thompson wrote:

> PostgreSQL appears to all intents to startup fine on the UNIX and IPv4
> sockets. Is there a parameter to tell postgresql to not attempt to open
> an IPv6 socket?

Specify the specific TCP/IP interfaces in the postmaster.conf file.
Otherwise, Postgres will try to bind to all the sockets. There's
something hinkey about the IPv6 support in AIX, IIRC, so that you end
up with this symptom.

A

--
Andrew Sullivan
ajs(at)commandprompt(dot)com
+1 503 667 4564 x104
http://www.commandprompt.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message lighthouse.software 2008-09-17 00:01:23 Re: DbLink Compilation on Solaris 10
Previous Message Greg Smith 2008-09-16 20:55:10 Re: PITR and base + full backups