pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower().

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower().
Date: 2025-06-10 18:24:26
Message-ID: E1uP3e6-00139F-1Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

copyfromparse.c: use pg_ascii_tolower() rather than tolower().

Avoid dependence on setlocale(). No behavior change.

Discussion: https://postgr.es/m/9875f7f9-50f1-4b5d-86fc-ee8b03e8c162@eisentraut.org
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4c787a24e7e220a60022e47c1776f22f72902899

Modified Files
--------------
src/backend/commands/copyfromparse.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-06-10 19:49:35 Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower().
Previous Message Peter Eisentraut 2025-06-10 05:14:42 pgsql: Use exported symbols list on macOS for loadable modules as well