Re: pgsql: Track LLVM 15 changes. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Track LLVM 15 changes.
Date
Msg-id 2864710.1767021157@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Track LLVM 15 changes.  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-committers
Thomas Munro <thomas.munro@gmail.com> writes:
> On Fri, Dec 26, 2025 at 6:05 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Surely we don't need this anymore?  I tried removing it locally
>> and didn't see any such warnings (with Red Hat's llvm 20.1.8).

> Yeah.  We should just delete these obsolete lines in 18 and master.
> For older branches, I think it should be enough to update the comment
> in 14-17, as attached.

LGTM.

> We could work harder and suppress the warnings
> only for LLVM 14 and 15 specifically in PostgreSQL 14-17, but it seems
> like the main point is surely to have *something* watching out for new
> warnings that are added in future LLVM versions, and we'll get that
> from the newer branches.

Agreed, not worth the trouble.

            regards, tom lane



pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Track LLVM 15 changes.
Next
From: Tom Lane
Date:
Subject: pgsql: Further stabilize a postgres_fdw test case.