pgsql: Fix levenshtein with costs.

Поиск
Список
Период
Сортировка
От rhaas@postgresql.org (Robert Haas)
Тема pgsql: Fix levenshtein with costs.
Дата
Msg-id 20091210015417.A6120753FB7@cvs.postgresql.org
обсуждение исходный текст
Список 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.

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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Fix levenshtein with costs.
Следующее
От: scrappy@postgresql.org (Marc G. Fournier)
Дата:
Сообщение: pgsql: tag for 8.4.2