Dmitry Mityugov <d(dot)mityugov(at)postgrespro(dot)ru> writes:
> Peter Eisentraut wrote 2025-09-15 09:36:
>> It seems plausible that this is related to commit 2a600a93c7b "Make
>> type Datum be 8 bytes wide everywhere.". I don't have any more
>> insights than that.
> Thanks for the hint. I did git bisect, and [ Peter's right ]
Interesting. You have at no point shown any details about what
these failures look like. However, I wonder if it could be
something about broken alignment expectations. The recent
commit 09036dc71 fixed one thing that we'd managed not to notice
in earlier testing, and I can't avoid the suspicion that there's
more.
regards, tom lane