pgsql: Fix levenshtein with costs.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix levenshtein with costs.
Date: 2009-12-10 01:54:21
Message-ID: 20091210015421.A0620753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2009-12-10 02:56:57 pgsql: tag for 8.4.2
Previous Message Robert Haas 2009-12-10 01:54:17 pgsql: Fix levenshtein with costs.