Re: Filtering dictionaries support and unaccent dictionary

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Filtering dictionaries support and unaccent dictionary
Дата
Msg-id 603c8f070908062046g3211617t4974ebe43deeb94d@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Filtering dictionaries support and unaccent dictionary  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: Filtering dictionaries support and unaccent dictionary  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Список pgsql-hackers
2009/8/6 Teodor Sigaev <teodor@sigaev.ru>:
>> Isn't that function leaking "res" pointer?  Also, I'm curious why you're
>
> fixed
>
>> allocating 2*sizeof(TSLexeme) in unaccent_lexize ...
>
> That's is a dictionary's interface part: lexize returns an array of TSLexeme
> and last structure should have lexeme field NULL.
>
>
> filter_dictionary file is not changed, it's attached only for consistency.

I am not sure whether this has been formally reviewed by anyone yet;
do we think it's "Ready for Committer"?

Thanks,

...Robert


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: pg_ctl stop -m fast after -m smart
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] pgbench: new feature allowing to launch shell commands