Re: pgsql: tests: Add a test C++ extension module - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgsql: tests: Add a test C++ extension module
Date
Msg-id 2418462.1769029994@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: tests: Add a test C++ extension module  (Jelte Fennema-Nio <postgres@jeltef.nl>)
List pgsql-hackers
Jelte Fennema-Nio <postgres@jeltef.nl> writes:
> On Wed, 21 Jan 2026 at 21:25, Robert Haas <robertmhaas@gmail.com> wrote:
>> This patch caused my usual build process to fail. I have been setting
>> CC='ccache clang' in my environment, and I was able to fix make it
>> work again by also setting CXX='ccache clang'. Before that, I was
>> getting my macPorts version of clang (21.1.2) for C source files but
>> the OS version of clang (15.0.0) for c++ files. But I still don't
>> really understand how that caused this failure, which doesn't look
>> like it has anything to do with mixing compilers:

> Seems like the same error as Peter Smith.

BF member sevengill is showing the identical error, but my
various macOS-based animals are OK.  Maybe comparing their
configuration choices would yield insight.

            regards, tom lane



pgsql-hackers by date:

Previous
From: "Matheus Alcantara"
Date:
Subject: Re: Add missing JIT inline pass for llvm>=17
Next
From: Robert Haas
Date:
Subject: Re: pgsql: tests: Add a test C++ extension module