Rename C23 keyword

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-08-06T08:04:27Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Rename C23 keyword