Matthias van de Meent <[email protected]> writes: > I have a very wild guess that's probably wrong in a weird way, but > here goes anyway: > Did anyone test if interleaving the enum-typed bitfield fields of > PgAioHandle with the uint8 fields might solve the issue?
Ugh. I think you probably nailed it.
IMO all those struct fields better be declared uint8.
regards, tom lane
