pgsql: Add a variant of the Levenshtein string-distance function that

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a variant of the Levenshtein string-distance function that
Date: 2008-04-03 21:13:07
Message-ID: 20080403211307.6A9517558E7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a variant of the Levenshtein string-distance function that lets the user
specify the cost values to use, instead of always using 1's.
Volkan Yazici

In passing, remove fuzzystrmatch.h, which contained a bunch of stuff that had
no business being in a .h file; fold it into its only user, fuzzystrmatch.c.

Modified Files:
--------------
pgsql/contrib/fuzzystrmatch:
fuzzystrmatch.c (r1.26 -> r1.27)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c?r1=1.26&r2=1.27)
fuzzystrmatch.sql.in (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.sql.in?r1=1.9&r2=1.10)
uninstall_fuzzystrmatch.sql (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql?r1=1.3&r2=1.4)
pgsql/doc/src/sgml:
fuzzystrmatch.sgml (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/fuzzystrmatch.sgml?r1=1.3&r2=1.4)

Removed Files:
-------------
pgsql/contrib/fuzzystrmatch:
fuzzystrmatch.h
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.h)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-04-04 08:33:16 pgsql: Turn xmlbinary and xmloption GUC variables into enumsTurn
Previous Message Bruce Momjian 2008-04-03 18:14:02 pgsql: Add Wiki URLs for: < * Allow encoding on a per-column basis