Re: LLVM 16 (opaque pointers) - Mailing list pgsql-hackers

From Andres Freund
Subject Re: LLVM 16 (opaque pointers)
Date
Msg-id 20230811175931.dwyeq7dlmycxbwiz@awork3.anarazel.de
Whole thread Raw
In response to Re: LLVM 16 (opaque pointers)  (Ronan Dunklau <ronan.dunklau@aiven.io>)
List pgsql-hackers
Hi,

On 2023-08-10 16:56:54 +0200, Ronan Dunklau wrote:
> I tried my hand at backporting it to previous versions, and not knowing
> anything about it made me indeed question my sanity.  It's quite easy for PG
> 15, 14, 13. PG 12 is nothing insurmontable either, but PG 11 is a bit hairier
> most notably due to to the change in fcinfo args representation. But I guess
> that's also a topic for another day :-)

Given that 11 is about to be EOL, I don't think it's worth spending the time
to support a new LLVM version for it.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Marcelo Juchem
Date:
Subject: Re: [PATCH] Support static linking against LLVM
Next
From: Bruce Momjian
Date:
Subject: Re: [PoC] pg_upgrade: allow to upgrade publisher node