]> git.ipfire.org Git - thirdparty/postgresql.git/commit
fuzzystrmatch: use pg_ascii_toupper().
authorJeff Davis <jdavis@postgresql.org>
Mon, 12 Jan 2026 16:54:04 +0000 (08:54 -0800)
committerJeff Davis <jdavis@postgresql.org>
Mon, 12 Jan 2026 16:54:04 +0000 (08:54 -0800)
commitb96a9fd76f321b638e5d4b566718189dc42fc532
treeaf8a33b32ce7d4a88f9e277e7c5c176f3e063575
parent2defd00062555c03f7ac4d8f004b98b36b876c5d
fuzzystrmatch: use pg_ascii_toupper().

fuzzystrmatch is designed for ASCII, so no need to rely on the global
LC_CTYPE setting.

Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/dd0cdd1f-e786-426e-b336-1ffa9b2f1fc6%40eisentraut.org
contrib/fuzzystrmatch/fuzzystrmatch.c