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(at)eisentraut(dot)org>
Discussion: https://postgr.es/m/dd0cdd1f-e786-426e-b336-1ffa9b2f1fc6%40eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/b96a9fd76f321b638e5d4b566718189dc42fc532
Modified Files
--------------
contrib/fuzzystrmatch/fuzzystrmatch.c | 43 +++++++++++++++++++----------------
1 file changed, 24 insertions(+), 19 deletions(-)