Re: pgsql: Make typeof and typeof_unqual fallback definitions work on C++11

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Make typeof and typeof_unqual fallback definitions work on C++11
Date: 2026-03-15 16:15:38
Message-ID: 2018118.1773591338@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Melanie Plageman <melanieplageman(at)gmail(dot)com> writes:
> On Sun, Mar 15, 2026 at 2:48 AM Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>> Make typeof and typeof_unqual fallback definitions work on C++11

> Seems like this broke at least canebrake [1]

Doesn't appear to have satisfied any of the previously-broken animals
either. It looks like the C compiler is okay but building bitcode
with clang is not okay. We're really going to need separate
definitions for the two cases.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-03-15 18:05:06 Re: pgsql: Make typeof and typeof_unqual fallback definitions work on C++11
Previous Message Andrew Dunstan 2026-03-15 16:15:20 pgsql: pg_restore: Remove dead code in restore_all_databases()