Re: rare avl shutdown slowness (related to signal handling)

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: rare avl shutdown slowness (related to signal handling)
Дата
Msg-id CAJjS0u24Op7GcpQtMGj=kJ6p4jZyf9ROwKNJcaDtx1-wMbvM+Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: rare avl shutdown slowness (related to signal handling)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Apr 7, 2015 at 4:01 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Indeed, which is why I think a patch for this issue should not introduce
> a new mode/context in which proc_exit() is executed.

Agree. Along this line, we can add an on_proc_exit hook simply
ereport("we are exiting") there. In this way, we reuse all shields
proc_exit() already has. Abuse?

Regards,
Qingqing



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: rare avl shutdown slowness (related to signal handling)
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: Doubt about AccessExclusiveLock in ALTER TABLE .. SET ( .. );