Re: Configurable Penalty Costs for Levenshtein

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Configurable Penalty Costs for Levenshtein
Дата
Msg-id 10528.1205287619@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Configurable Penalty Costs for Levenshtein  (Volkan YAZICI <yazicivo@ttnet.net.tr>)
Ответы Re: Configurable Penalty Costs for Levenshtein  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Volkan YAZICI <yazicivo@ttnet.net.tr> writes:
> I noticed a small typo in the patch.
>   prev = palloc((m + n) * sizeof(char));
> line should look like
>   prev = palloc(2 * m * sizeof(char));
> instead.

If that's wrong, aren't the comments and the length restriction limit
also wrong?

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Memory leak in nodeAgg
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] BUG #3681: fillers are NULL in pgbench