Re: Rename C23 keyword

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Rename C23 keyword
Date: 2024-08-13 04:29:22
Message-ID: 17e8581f-74ab-4899-a068-fcceb42a8445@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 06.08.24 16:00, Robert Haas wrote:
> On Tue, Aug 6, 2024 at 4:04 AM Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>> constexpr is a keyword in C23. Rename a conflicting identifier for
>> future-proofing.
>>
>> Obviously, C23 is way in the future, but this is a hard error that
>> prevents any further exploration. (To be clear: This only happens if
>> you explicitly select C23 mode. I'm not aware of a compiler where this
>> is the default yet.)
>
> This seems fine.

committed

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2024-08-13 04:39:15 RE: Conflict detection and logging in logical replication
Previous Message cca5507 2024-08-13 04:23:04 Re: Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state