Thread: pgsql: Defend against non-ASCII letters in fuzzystrmatch code.

pgsql: Defend against non-ASCII letters in fuzzystrmatch code.

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Defend against non-ASCII letters in fuzzystrmatch code.  The functions
still don't behave very sanely for multibyte encodings, but at least
they won't be indexing off the ends of static arrays.

Modified Files:
--------------
    pgsql/contrib/fuzzystrmatch:
        fuzzystrmatch.c (r1.28 -> r1.29)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c?r1=1.28&r2=1.29)