Re: Ipv6 network cleanup patch #2.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Kurt Roeckx <Q(at)ping(dot)be>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Ipv6 network cleanup patch #2.
Date: 2003-06-16 12:42:32
Message-ID: Pine.LNX.4.44.0306161312520.2751-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Kurt Roeckx writes:

> I also thing it's a better way to find out what system do have
> unix domain sockets and which don't than by saying all except
> those 3 have it. Now you have to add them manually, while
> configure can do it for you. This was actually already changed
> before the test changed for the win32 port.

The problem is that some systems have all the interfaces required for
Unix-domain sockets, but don't support them when you try to create or use
them. Therefore, the change is incorrect.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2003-06-16 12:44:01 Re: Thread configure flag
Previous Message Peter Eisentraut 2003-06-16 12:40:53 Re: Doc updates (minor)