pgsql: aio: Stop using enum bitfields due to bad code generation

2025-08-27 Thread Andres Freund
aio: Stop using enum bitfields due to bad code generation During an investigation into rather odd aio related errors on macos, observed by Alexander and Konstantin, we started to wonder if bitfield access is related to the error. At the moment it looks like it is related, we cannot reproduce the f

pgsql: aio: Stop using enum bitfields due to bad code generation

2025-08-27 Thread Andres Freund
aio: Stop using enum bitfields due to bad code generation During an investigation into rather odd aio related errors on macos, observed by Alexander and Konstantin, we started to wonder if bitfield access is related to the error. At the moment it looks like it is related, we cannot reproduce the f