Re: Decouple C++ support in Meson's PGXS from LLVM enablement

From: "Jelte Fennema-Nio" <postgres(at)jeltef(dot)nl>
To: "Tristan Partin" <tristan(at)partin(dot)io>, "Peter Eisentraut" <peter(at)eisentraut(dot)org>, "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Cc: "Andres Freund" <andres(at)anarazel(dot)de>, "Jelte Fennema-Nio" <me(at)jeltef(dot)nl>
Subject: Re: Decouple C++ support in Meson's PGXS from LLVM enablement
Date: 2026-01-03 23:07:01
Message-ID: DFFBXZRAOVDT.2FUK0WTJ5TB3T@jeltef.nl
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat Jan 3, 2026 at 10:42 AM CET, Jelte Fennema-Nio wrote:
> 3. Default to g++ instead of c++. I know I said I liked the c++ better,
> and I still do, but it seems better to align with autoconf for now
> and then change both of these later if we want to.

Apparently I had sent an outdated patch... And didn't actually include
that. Fixed now.

Attachment Content-Type Size
v6-0001-Decouple-C-support-in-Meson-s-PGXS-from-LLVM-enab.patch text/x-patch 5.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2026-01-03 23:26:33 Re: Parallelizing startup with many databases
Previous Message Jelte Fennema-Nio 2026-01-03 22:57:43 Re: remove pg_restrict workaround