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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Defend against non-ASCII letters in fuzzystrmatch code.
Date
Msg-id 20090407155354.7A86B7540F4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: sas@pgfoundry.org (User Sas)
Date:
Subject: slony1-ctl - slony-ctl: Translation of README in progress
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Defend against non-ASCII letters in fuzzystrmatch code.