| От | Volkan YAZICI |
|---|---|
| Тема | Re: Configurable Penalty Costs for Levenshtein |
| Дата | |
| Msg-id | 87wsnf8nrc.fsf@alamut.mobiliz.com.tr обсуждение |
| Ответ на | Re: Configurable Penalty Costs for Levenshtein (Bruce Momjian <bruce@momjian.us>) |
| Ответы |
Re: Configurable Penalty Costs for Levenshtein
Re: Configurable Penalty Costs for Levenshtein |
| Список | pgsql-patches |
Hi, Sorry for the delay, but the reply of Tom didn't reach me. I've modified the patch according to Tom's comments. I hope I am not too late. Regards. On Wed, 2 Apr 2008, Bruce Momjian <bruce@momjian.us> writes: > Because of lack of reply from the author, this has been saved for the > next commit-fest: > > http://momjian.postgresql.org/cgi-bin/pgpatches_hold > > --------------------------------------------------------------------------- > > Tom Lane wrote: >> 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?
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера