Re: Make copyObject work in C++

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Subject: Re: Make copyObject work in C++
Date: 2026-02-27 16:52:46
Message-ID: 9f545a6c-036e-4f3e-bc4e-4692fe725419@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 27.02.26 17:40, Jelte Fennema-Nio wrote:
> On Fri Feb 20, 2026 at 10:47 AM CET, Jelte Fennema-Nio wrote:
>> Makes total sense, I didn't realise decltype and typeof were not quite
>> the same thing. Attached is an updated patchset that does that.
>
> Same patchset as before, but now also including a C++ fallback for
> __builtin_types_compatible_p.

Have you tested whether/how these configure/meson tests work if no C++
compiler is found?

(I haven't, I'm just wondering.)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2026-02-27 16:55:41 Re: [oauth] Bug: when is shutdown_cb called?
Previous Message David G. Johnston 2026-02-27 16:44:42 Re: doc: Clarify that empty COMMENT string removes the comment