Re: [PATCH] check kernel version for io_method - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: [PATCH] check kernel version for io_method
Date
Msg-id 98b4032e-64b9-4d36-bc65-2dc4d0d80a58@proxel.se
Whole thread Raw
In response to [PATCH] check kernel version for io_method  (Pierre <pierre.forstmann@gmail.com>)
Responses Re: [PATCH] check kernel version for io_method
List pgsql-hackers
On 1/13/26 11:05 PM, Pierre wrote:
> Please find a patch proposal for bug BUG #19369: Not documented that 
> io_uring on kernel versions between 5.1 and below 5.6 does not work.
Wouldn't it make more sense to use io_uring_get_probe_ring() and 
io_uring_opcode_supported() to actually check for the required opcode? 
Then if someone uses a Kernel with the required features backported 
everything will still work.

Andreas




pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: pg_stat_statements: Fix nested tracking for implicitly closed cursors
Next
From: Fujii Masao
Date:
Subject: Re: Re: pg_recvlogical: Prevent flushed data from being re-sent after restarting replication