Re: tiny patch
Thanks. Applied.
Bruce,
Noticed a small bug in the code. Probably been there for some time. Note
that the original code would consider things like UNIX domain sockets are
regular files.Gavin Sherry
Alcove Systems Engineering
Content-Description:
[ Attachment, skipping... ]
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Attachments:
/bjm/3text/plainDownload+4-4
Import Notes
Reply to msg id not found: Pine.LNX.4.21.0103081818030.6918-200000@linuxworld.com.au
Would this have anything to do with why Solaris *sometimes* has problems with
Unix Domain sockets?
???
Regards and best wishes,
Justin Clift
On Thursday 10 May 2001 05:28, Bruce Momjian wrote:
Thanks. Applied.
Bruce,
Noticed a small bug in the code. Probably been there for some time. Note
that the original code would consider things like UNIX domain sockets are
regular files.Gavin Sherry
Alcove Systems EngineeringContent-Description:
[ Attachment, skipping... ]
----------------------------------------
Content-Type: text/plain; charset="us-ascii"; name="Attachment: 1"
Content-Transfer-Encoding: 7bit
Content-Description:
----------------------------------------
Show quoted text
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
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
On Thu, 10 May 2001, Justin Clift wrote:
Show quoted text
Would this have anything to do with why Solaris *sometimes* has problems with
Unix Domain sockets????
Regards and best wishes,
Justin Clift
On Thursday 10 May 2001 05:28, Bruce Momjian wrote:
Thanks. Applied.
Bruce,
Noticed a small bug in the code. Probably been there for some time. Note
that the original code would consider things like UNIX domain sockets are
regular files.Gavin Sherry
Alcove Systems EngineeringContent-Description:
[ Attachment, skipping... ]
----------------------------------------
Content-Type: text/plain; charset="us-ascii"; name="Attachment: 1"
Content-Transfer-Encoding: 7bit
Content-Description:
-------------------------------------------------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
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
Show quoted text
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