pgsql: Rename C23 keyword

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename C23 keyword
Date: 2024-08-13 04:25:40
Message-ID: E1sdj6K-003wYX-Ce@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename C23 keyword

constexpr is a keyword in C23. Rename a conflicting identifier for
future-proofing.

Reviewed-by: Robert Haas <robertmhaas(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/08abc832-1384-4aca-a535-1a79765b565e%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a67a49648d98162e3fca7e502408def0755e487f

Modified Files
--------------
src/backend/optimizer/util/predtest.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-08-13 06:16:51 Re: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Previous Message Alvaro Herrera 2024-08-12 23:14:20 pgsql: libpq: Trace frontend authentication challenges