Обсуждение: pgsql: Fix levenshtein with costs.

Поиск
Список
Период
Сортировка

pgsql: Fix levenshtein with costs.

От
rhaas@postgresql.org (Robert Haas)
Дата:
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.

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