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

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Jeff Davis <jdavis(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower().
Date: 2025-06-11 20:07:43
Message-ID: CA+TgmoZ=J=PVNZUNKaxULu+KUVSt3Y-aJ1DZ9Y3Co6mu0z62jA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Jun 10, 2025 at 2:24 PM Jeff Davis <jdavis(at)postgresql(dot)org> wrote:
> 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>

All 3 of these commits seem like things that could just as well have
been done after we branch.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-06-11 22:11:45 pgsql: Revert a few small patches that were intended for version 19.
Previous Message Masahiko Sawada 2025-06-11 18:44:50 pgsql: Add tab completion for REJECT_LIMIT option.