Re: tcp_keepalives_idle ignored

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tcp_keepalives_idle ignored
Дата
Msg-id 14312.1200325567@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: tcp_keepalives_idle ignored  ("henry" <henry@zen.co.za>)
Ответы Re: tcp_keepalives_idle ignored  ("henry" <henry@zen.co.za>)
Список pgsql-general
"henry" <henry@zen.co.za> writes:
> The culprit in my case was a local trigger firing on INSERTs using
> dblink_exec() without 'host=127.0.0.1'.  Bad news though, even _with_
> 'host=127.0.0.1' the connections do not idle timeout.  They just hang
> around waiting for the rapture.

> So,... this appears to be dblink related after all.  I'll be trying
> explicit open/exec/close.  Weird that dblink_exec in a trigger doesn't
> release resources.

Hmm, this is the transient-connection form of dblink?  If so, that would
be a bug.  Can you put together a test case?  Also, which PG version are
you using, exactly?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: tcp_keepalives_idle ignored
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ECPG problem with 8.3