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

2025-06-10 Thread Heikki Linnakangas
On 10 June 2025 13:31:50 GMT-07:00, Tom Lane wrote: >Jeff Davis writes: >> On Tue, 2025-06-10 at 18:24 +, 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

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

2025-06-10 Thread Tom Lane
Jeff Davis writes: > On Tue, 2025-06-10 at 18:24 +, 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 week

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

2025-06-10 Thread Jeff Davis
On Tue, 2025-06-10 at 18:24 +, 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 harmle