Re: Considering signal handling in plpython again

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Considering signal handling in plpython again
Дата
Msg-id CA+TgmoaVcke33Kj=WDUER63A=fP-+F1vTO8qM4rLAsVeOqxHFA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Considering signal handling in plpython again  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
On Thu, May 10, 2018 at 10:50 AM, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
> I came up with the attached patch, which is similar to Mario's, but it
> introduces a new "hook" for this.

I'd rather have the hook be executed whenever ProcessInterrupts() is
called, rather than only in the query-cancel case.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Considering signal handling in plpython again
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Should we add GUCs to allow partition pruning to be disabled?