Re: pgsql: Make typeof and typeof_unqual fallback definitions work on C++11 - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Make typeof and typeof_unqual fallback definitions work on C++11
Date
Msg-id 2018118.1773591338@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Make typeof and typeof_unqual fallback definitions work on C++11  (Melanie Plageman <melanieplageman@gmail.com>)
Responses Re: pgsql: Make typeof and typeof_unqual fallback definitions work on C++11
List pgsql-committers
Melanie Plageman <melanieplageman@gmail.com> writes:
> On Sun, Mar 15, 2026 at 2:48 AM Peter Eisentraut <peter@eisentraut.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



pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: pg_restore: Remove dead code in restore_all_databases()
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Make typeof and typeof_unqual fallback definitions work on C++11