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

2025-06-11 Thread Robert Haas
On Wed, Jun 11, 2025 at 6:15 PM Jeff Davis wrote: > On Wed, 2025-06-11 at 16:07 -0400, Robert Haas wrote: > > All 3 of these commits seem like things that could just as well have > > been done after we branch. > > Yeah, I called out my mistake here: > > https://www.postgresql.org/message-id/60e8c6

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

2025-06-11 Thread Jeff Davis
On Wed, 2025-06-11 at 16:07 -0400, Robert Haas wrote: > All 3 of these commits seem like things that could just as well have > been done after we branch. Yeah, I called out my mistake here: https://www.postgresql.org/message-id/60e8c6d0a6c08e67f15dbbe9e53df0119c710065.camel%40j-davis.com Nobody

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

2025-06-11 Thread Robert Haas
On Tue, Jun 10, 2025 at 2:24 PM Jeff Davis 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-ee8b03e8c...@eisentraut.org > Reviewed-by: Peter Eisentraut A

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

2025-06-10 Thread Jeff Davis
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-ee8b03e8c...@eisentraut.org Reviewed-by: Peter Eisentraut Branch -- master Details --- https://git.postgresql.org