copyfromparse.c: use pg_ascii_tolower() rather than tolower(). Avoid dependence on setlocale(). No behavior change.
Discussion: https://postgr.es/m/[email protected] Reviewed-by: Peter Eisentraut <[email protected]> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/4c787a24e7e220a60022e47c1776f22f72902899 Modified Files -------------- src/backend/commands/copyfromparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
