pgsql: Change some callers to use pg_ascii_toupper().

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change some callers to use pg_ascii_toupper().
Date: 2025-12-01 19:09:19
Message-ID: E1vQ9Gw-002Jmc-2l@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change some callers to use pg_ascii_toupper().

The input is ASCII anyway, so it's better to be clear that it's not
locale-dependent.

Discussion: https://postgr.es/m/450ceb6260cad30d7afdf155d991a9caafee7c0d.camel@j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/99cd8890becacf9d7059297c3d75cd388ad83ac0

Modified Files
--------------
src/backend/access/transam/xlogfuncs.c | 2 +-
src/backend/utils/adt/cash.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-12-02 00:31:59 pgsql: Update some timestamp[tz] functions to use soft-error reporting
Previous Message Álvaro Herrera 2025-12-01 16:34:47 pgsql: Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLY