On Fri, Jul 15, 2022 at 12:15 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> Yeah. Done, and pushed. 0002 not back-patched.
Hmm, there were a couple of hard to understand build farm failures.
My first thought is that the signal mask stuff should only be done if
IsUnderPostmaster, otherwise it clobbers the postmaster's signal mask
when reached from dsm_postmaster_startup(). Looking into that.