Re: idle_in_transaction_timeout

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема Re: idle_in_transaction_timeout
Дата
Msg-id 53ABDEBC.9010009@dalibo.com
обсуждение исходный текст
Ответ на Re: idle_in_transaction_timeout  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
On 06/26/2014 06:45 AM, Fujii Masao wrote:
>> The point of this feature, AFAICS, is to detect clients that are failing
>> > to issue another query or close their transaction as a result of bad
>> > client logic.  It's not to protect against network glitches.
>
> If so, the document should explain that cleanly. Otherwise users may
> misunderstand this parameter and try to use it to protect even long transaction
> generated by network glitches or client freeze.

What does pg_stat_activity say for those cases?  If it's able to say
"idle in transaction", then this patch covers it.  If it isn't, then
that seems like a different patch.
-- 
Vik



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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Do all-visible handling in lazy_vacuum_page() outside its critic
Следующее
От: David Rowley
Дата:
Сообщение: Re: Allowing join removals for more join types