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

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Jeff Davis <jdavis(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower().
Date: 2025-06-10 19:49:35
Message-ID: 60e8c6d0a6c08e67f15dbbe9e53df0119c710065.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Regards,
Jeff Davis

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-06-10 20:31:50 Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower().
Previous Message Jeff Davis 2025-06-10 18:24:26 pgsql: contrib/spi/refint.c: use pg_ascii_tolower() instead.