On Thu, Jul 9, 2026 at 11:24 AM Peter Geoghegan <pg@bowt.ie> wrote:
> Attached v2 has a more stable version of the isolation test (no other
> changes compared to V1). Does this version work for you?
I ran this against CI, and saw failures on 32-bit meson tied to tuple
alignment. When MAXALIGN is 4, the assumptions about page layout
underlying the test case break.
Attached is V3, which directly addresses the alignment issue, and
fully passes CI.
--
Peter Geoghegan