Change some callers to use pg_ascii_toupper().

Jeff Davis <jdavis@postgresql.org>

Commit: 99cd8890becacf9d7059297c3d75cd388ad83ac0
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2025-12-01T17:24:03Z
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

Files

PathChange+/−
src/backend/access/transam/xlogfuncs.c modified +1 −1
src/backend/utils/adt/cash.c modified +1 −1

Discussion