Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower(). - Mailing list pgsql-committers

From Heikki Linnakangas
Subject Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower().
Date
Msg-id 29C24939-385E-45AD-9062-4A3F324F5D1C@iki.fi
Whole thread Raw
In response to Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower().  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers

On 10 June 2025 13:31:50 GMT-07:00, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>Jeff Davis <pgsql@j-davis.com> writes:
>> On Tue, 2025-06-10 at 18:24 +0000, Jeff Davis wrote:
>>> inet_net_pton.c: use pg_ascii_tolower() rather than tolower().
>
>> These 4 small patches were somewhat of a "false start" on 19 -- sorry
>> about that. Not sure if it's worth it to revert them and reapply in a
>> couple weeks, as they look pretty harmless.
>
>Ask the RMT, I guess.  I don't have any objection, but they
>have final say at this stage.

Seems fine by me to include it in v18.

- Heikki



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower().
Next
From: Tom Lane
Date:
Subject: pgsql: Don't reduce output request size on non-Unix-socket connections.