Re: Interrupts vs signals - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Interrupts vs signals
Date
Msg-id CA+TgmobVnFHGww-7z6vC1Ht63Pj-Kus4dFYPOp2zgMY2M6_iDw@mail.gmail.com
Whole thread Raw
In response to Re: Interrupts vs signals  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Interrupts vs signals
List pgsql-hackers
On Thu, Nov 11, 2021 at 12:27 AM Thomas Munro <thomas.munro@gmail.com> wrote:
> > Depending on how you implement them, one difference could be whether / when
> > "slow" system calls (recv, poll, etc) are interrupted.
>
> Hopefully by now all such waits are implemented with latch.c facilities?

Do read(), write(), etc. count? Because we certainly have raw calls to
those functions in lots of places.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: 2021-11-11 release announcement draft
Next
From: Robert Haas
Date:
Subject: Re: Should AT TIME ZONE be volatile?