On Tue, Sep 16, 2025 at 12:05 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Thomas Munro <thomas(dot)munro(at)gmail(dot)com> writes:
> > Hmm. We use TypeSizeT in generated IR for Datum, which is obviously
> > incorrect in this configuration.
>
> Oh! Yeah, that is surely broken now. But it'd only explain problems
> once you reach JIT-ed code, which I'd not expect to happen "early on
> startup". So maybe there's another problem?
Should be easy enough to fix, I just have to remember how to set up a
32 bit environment... on it...