Re: Bug in libpq causes local clients to hang

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug in libpq causes local clients to hang
Дата
Msg-id 4897.1206375880@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug in libpq causes local clients to hang  ("Jeffrey Baker" <jwbaker@gmail.com>)
Ответы Re: Bug in libpq causes local clients to hang  ("Jeffrey Baker" <jwbaker@gmail.com>)
Список pgsql-hackers
"Jeffrey Baker" <jwbaker@gmail.com> writes:
> On Sun, Mar 23, 2008 at 8:35 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> 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.

> The same thought occurred to me, but it could also be a race condition
> which the unix socket is fast enough to trigger but the TCP socket is
> not fast enough to trigger.  I'm peeking around in the code but
> nothing jumps out yet.

Fairly hard to believe given that you're talking about communication
between two sequential processes.  Anyway I'd suggest that the first
thing to do is extract a reproducible test case.  It'd be useful
to see if it hangs on other platforms...
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: [GSoC] (Is it OK to choose items without % mark in theToDoList) && (is it an acceptable idea to build index on Flash Disk)
Следующее
От: "Brendan Jurd"
Дата:
Сообщение: Re: [PATCHES] Show INHERIT in \du