Re: EINTR in ftruncate() - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: EINTR in ftruncate()
Date
Msg-id CA+hUKGKNpK=2OMeea_AZwpLg7Bm4=gYWk7eDjZ5F6YbozfOf8w@mail.gmail.com
Whole thread Raw
In response to Re: EINTR in ftruncate()  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: EINTR in ftruncate()
List pgsql-hackers
On Fri, Jul 15, 2022 at 12:15 AM Thomas Munro <thomas.munro@gmail.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.



pgsql-hackers by date:

Previous
From: David Geier
Date:
Subject: Re: Lazy JIT IR code generation to increase JIT speed with partitions
Next
From: vignesh C
Date:
Subject: Re: Handle infinite recursion in logical replication setup