Re: Filtering dictionaries support and unaccent dictionary

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Filtering dictionaries support and unaccent dictionary
Дата
Msg-id 4A7AE83E.3070708@sigaev.ru
обсуждение исходный текст
Ответ на Re: Filtering dictionaries support and unaccent dictionary  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Filtering dictionaries support and unaccent dictionary  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
> 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.
--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Adding error message "source"
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: [Pg-migrator-general] Composite types break pg_migrated tables