Re: Potential deadlock in pgaio_io_wait() - Mailing list pgsql-hackers

From Alexander Lakhin
Subject Re: Potential deadlock in pgaio_io_wait()
Date
Msg-id 970b24e8-967e-4012-ad6a-ff7605ebeadd@gmail.com
Whole thread Raw
In response to Re: Potential deadlock in pgaio_io_wait()  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
Hello Thomas,

10.10.2025 04:44, Thomas Munro wrote:
I like the second one slightly more, but I'm also happy to be
outvoted.  I'm working on committing the first one, but I ran into a
couple of CI failures[1] that I haven't understood yet.  It could be
my patch's fault or turn out to be something already in the tree...
looking into that...

[1] https://cirrus-ci.com/task/4737677834059776

I wonder whether it may be related to the issue we encountered with
OpenBSD?:
https://www.postgresql.org/message-id/flat/db2773a2-aca0-43d0-99c1-060efcd9954e%40gmail.com

(I've found the same hanging "SELECT * FROM writetest;" in my notes from
2024-12...)

Best regards,
Alexander

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Implementing IF NOT EXISTS clause for all CREATE TYPE variants
Next
From: Tom Lane
Date:
Subject: Re: Is there public API to fetch errcode?