pgsql: Fix levenshtein with costs. - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Fix levenshtein with costs.
Date
Msg-id 20091210015421.A0620753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix levenshtein with costs.  The previous code multiplied by the cost in only
3 of the 7 relevant locations.

Marcin Mank, slightly adjusted by me.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/contrib/fuzzystrmatch:
        fuzzystrmatch.c (r1.30 -> r1.30.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c?r1=1.30&r2=1.30.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19,
Next
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Fix levenshtein with costs.