Fix for fuzzystrmatch

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Fix for fuzzystrmatch
Дата
Msg-id AANLkTinOukyEMXzLw2EeXyC=ko2ABUCQynnu5+e+ou_X@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fix for fuzzystrmatch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hacker,

I found two issues in fuzzystrmatch contrib.
1) Incorrect s_data shift in levenshtein calculation with threshold with multibyte characters. "i" index was used instead of "start_column".
2) Missing dependency of fuzzystrmatch.o on levenshtein.c

Patch is attached.

------
With best regards,
Alexander Korotkov.
Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Snapshot synchronization, again...
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: Proposal: collect frequency statistics for arrays