Re: We shouldn't signal process groups with SIGQUIT - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: We shouldn't signal process groups with SIGQUIT
Date
Msg-id CA+hUKG+wdis8FuTp9F2GoyLgZGUtQoBy-=OskH3kp91rEx6ebg@mail.gmail.com
Whole thread Raw
In response to Re: We shouldn't signal process groups with SIGQUIT  (Andres Freund <andres@anarazel.de>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: typedef struct LogicalDecodingContext
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] make async slave to wait for lsn to be replayed