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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add a variant of the Levenshtein string-distance function that
Date
Msg-id 20080403211307.6A9517558E7@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add Wiki URLs for: < * Allow encoding on a per-column basis
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Turn xmlbinary and xmloption GUC variables into enumsTurn