Re: SIGQUIT handling, redux

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SIGQUIT handling, redux
Дата
Msg-id 264216.1599769763@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SIGQUIT handling, redux  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Thu, Sep 10, 2020 at 12:56 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Also, man that CHECK_FOR_INTERRUPTS() looks like trouble.
>> Could we take that out?

> Maybe I'm missing something, but why wouldn't that be a horrible idea?
> We do not want to have long waits where we refuse to respond to
> interrupts.

It might be appropriate for some of the callers to do it.  But I don't
see any great argument why ProcWaitForSignal itself has to do it.

            regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: WIP: BRIN multi-range indexes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PG 13 release notes, first draft