copyfromparse.c: use pg_ascii_tolower() rather than tolower().
authorJeff Davis <[email protected]>
Tue, 10 Jun 2025 18:22:57 +0000 (11:22 -0700)
committerJeff Davis <[email protected]>
Tue, 10 Jun 2025 18:22:57 +0000 (11:22 -0700)
commit4c787a24e7e220a60022e47c1776f22f72902899
tree31c5359ce895cbc1cf5157bb0f11ad1ce5c133a1
parent3feff3916ee106c084eca848527dc2d2c3ef4e89
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 <[email protected]>
src/backend/commands/copyfromparse.c