Re: bug: fuzzystrmatch levenshtein is wrong

Поиск
Список
Период
Сортировка
От marcin mank
Тема Re: bug: fuzzystrmatch levenshtein is wrong
Дата
Msg-id b1b9fac60912072337m4c0fefcbo979bbd668a67c5ba@mail.gmail.com
обсуждение исходный текст
Ответ на Re: bug: fuzzystrmatch levenshtein is wrong  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Tue, Dec 8, 2009 at 4:10 AM, Robert Haas <robertmhaas@gmail.com> wrote:
>> The current behavior of levenshtein(text,text,int,int,int) is wrong. Consider:
>
> Is this the same problem as bug #5098?

Yes. Exact same change, plus the shortcut evaluation (for when one of
the inputs is empty) was also wrong. I fixed that too.

Greetings
Maricn Mańk


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

Предыдущее
От: Florian Weimer
Дата:
Сообщение: Re: YAML Was: CommitFest status/management
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Streaming replication, some small issues