Thread: Re: Re: tiny patch

Re: Re: tiny patch

From
Justin Clift
Date:
Hi Gavin,

The PostgreSQL regressions tests are known to randomly fail on Solaris.  And
it's consistently random.  :(  The error log seems to indicate the PostgreSQL
servers isn't able to accept connections, isn't working, or similar.

When the Unix Domain Sockets are turned off and only IP is used for the
regression tests, then a true test occurs (generally passing everything
except the Random test).

Regards and best wishes,

Justin Clift

On Thursday 10 May 2001 14:52, Gavin Sherry wrote:
> Justin,
>
> No, this problem would occur consistently. The patch cleans up a few lines
> of code unrelated to that of opening the UNIX Domain socket for local
> database connection.
>
> But, more to the point, what is the problem PG has on solaris with domain
> sockets (when it is a problem).
>
> Gavin