pgsql: Teach levenshtein() about multi-byte characters.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach levenshtein() about multi-byte characters.
Date: 2010-08-02 23:20:23
Message-ID: 20100802232023.58A637541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Teach levenshtein() about multi-byte characters.

Based on a patch by, and further ideas from, Alexander Korotkov.

Modified Files:
--------------
pgsql/contrib/fuzzystrmatch:
fuzzystrmatch.c (r1.33 -> r1.34)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c?r1=1.33&r2=1.34)
pgsql/doc/src/sgml:
fuzzystrmatch.sgml (r1.6 -> r1.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/fuzzystrmatch.sgml?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-08-03 00:10:39 pgsql: Fix core dump in QTNodeCompare when tsquery_cmp() is applied to
Previous Message Robert Haas 2010-08-02 16:26:48 pgsql: Add btree_gist support for searching on "not equals".