Re: Requiring LLVM 14+ in PostgreSQL 18

From: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Requiring LLVM 14+ in PostgreSQL 18
Date: 2024-05-16 15:17:08
Message-ID: CAN55FZ3c3PEQqSvofF1e8XcesA4HesBdiA3OwPzEXyTwfU74Vg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Thu, 16 May 2024 at 05:34, Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
>
> On Wed, May 15, 2024 at 5:20 PM Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
> > Yes, let's get that v3-0001 patch into PG17.
>
> Done.
>
> Bilal recently created the CI images for Debian Bookworm[1]. You can
> try them with s/bullseye/bookworm/ in .cirrus.tasks.yml, but it looks
> like he is still wrestling with a perl installation problem[2] in the
> 32 bit build, so here is a temporary patch to do that and also delete
> the 32 bit tests for now. This way cfbot should succeed with the
> remaining patches. Parked here for v18.

Actually, 32 bit builds are working but the Perl version needs to be
updated to 'perl5.36-i386-linux-gnu' in .cirrus.tasks.yml. I changed
0001 with the working version of 32 bit builds [1] and the rest is the
same. All tests pass now [2].

[1] postgr.es/m/CAN55FZ0fY5EFHXLKCO_=p4pwFmHRoVom_qSE_7B48gpchfAqzw@mail.gmail.com
[2] https://cirrus-ci.com/task/4969910856581120

--
Regards,
Nazir Bilal Yavuz
Microsoft

Attachment Content-Type Size
v5-0001-Upgrade-Debian-CI-images-to-Bookworm.patch text/x-patch 2.3 KB
v5-0002-jit-Require-at-least-LLVM-14-if-enabled.patch text/x-patch 14.3 KB
v5-0003-jit-Use-opaque-pointers-in-all-supported-LLVM-ver.patch text/x-patch 8.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2024-05-16 15:28:47 Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs
Previous Message Peter Geoghegan 2024-05-16 14:55:25 Re: First draft of PG 17 release notes