Re: pgsql: Don't enter parallel mode when holding interrupts.

2024-09-20 Thread Noah Misch
On Thu, Sep 19, 2024 at 09:25:05AM -0400, Robert Haas wrote: > On Wed, Sep 18, 2024 at 3:27 AM Laurenz Albe wrote: > > On Wed, 2024-09-18 at 02:58 +, Noah Misch wrote: > > > Don't enter parallel mode when holding interrupts. > > > > > > Doing so caused the leader to hang in wait_event=Parallel

Re: pgsql: Don't enter parallel mode when holding interrupts.

2024-09-19 Thread Robert Haas
On Wed, Sep 18, 2024 at 3:27 AM Laurenz Albe wrote: > On Wed, 2024-09-18 at 02:58 +, Noah Misch wrote: > > Don't enter parallel mode when holding interrupts. > > > > Doing so caused the leader to hang in wait_event=ParallelFinish, which > > required an immediate shutdown to resolve. Back-patc