Re: We shouldn't signal process groups with SIGQUIT

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: We shouldn't signal process groups with SIGQUIT
Дата
Msg-id CA+hUKG+wdis8FuTp9F2GoyLgZGUtQoBy-=OskH3kp91rEx6ebg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: We shouldn't signal process groups with SIGQUIT  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Thu, Mar 2, 2023 at 1:09 PM Andres Freund <andres@anarazel.de> wrote:
> On 2023-03-02 12:29:28 +1300, Thomas Munro wrote:
> > ... Huh... what am I missing?  I
> > thought the only risk was handlers running in the opposite of send
> > order because they 'overlapped', not non-handler code being allowed to
> > run in between.
>
> I see ProcessInterrupts() being called too - but it's independent of the
> changes we discuss here.  The reason for it is the CFI() at the end of
> errfinish().

Ahh, right, I see.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: typedef struct LogicalDecodingContext
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] make async slave to wait for lsn to be replayed