pgsql: contrib/spi/refint.c: use pg_ascii_tolower() instead.

Lists: pgsql-committers
From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: contrib/spi/refint.c: use pg_ascii_tolower() instead.
Date: 2025-06-10 18:24:26
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

contrib/spi/refint.c: use pg_ascii_tolower() instead.

Avoid dependence on setlocale(). No behavior change.

Discussion: https://postgr.es/m/[email protected]
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/78bd364ee39ca70a8f9cb8719282389866a08e14

Modified Files
--------------
contrib/spi/refint.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)