Re: --with-llvm on 32-bit platforms? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: --with-llvm on 32-bit platforms?
Date
Msg-id 638729.1757963781@sss.pgh.pa.us
Whole thread Raw
In response to Re: --with-llvm on 32-bit platforms?  (Dmitry Mityugov <d.mityugov@postgrespro.ru>)
Responses Re: --with-llvm on 32-bit platforms?
List pgsql-hackers
Dmitry Mityugov <d.mityugov@postgrespro.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



pgsql-hackers by date:

Previous
From: Greg Burd
Date:
Subject: Re: [PATCH] Add tests for Bitmapset
Next
From: Tomas Vondra
Date:
Subject: Re: index prefetching