Re: Bug in libpq causes local clients to hang

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jeffrey Baker" <jwbaker(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Bug in libpq causes local clients to hang
Date: 2008-03-24 03:35:08
Message-ID: 18522.1206329708@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Jeffrey Baker" <jwbaker(at)gmail(dot)com> writes:
> You'll note that I'm using the DBD::Pg Perl interface. So far I've
> never seen this happen with TCP connections, only with UNIX sockets.

If it works over TCP and not over Unix socket, it's a kernel bug.
The libpq code doesn't really know the difference after connection
setup.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Дмитрий Кириллов 2008-03-24 06:42:58 Project idea for Google Summer of Code
Previous Message Tom Lane 2008-03-24 03:30:03 Re: TODO Item: Consider allowing control of upper/lower case folding of unquoted, identifiers