Rename C23 keyword

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Rename C23 keyword
Date: 2024-08-06 08:04:27
Message-ID: 08abc832-1384-4aca-a535-1a79765b565e@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.)

Attachment Content-Type Size
0001-Rename-C23-keyword.patch text/plain 2.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2024-08-06 08:04:41 Re: [PATCH] Add crc32(text) & crc32(bytea)
Previous Message Ning 2024-08-06 08:01:42 Re: psql client does not handle WSAEWOULDBLOCK on Windows