Re: Filtering dictionaries support and unaccent dictionary - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Filtering dictionaries support and unaccent dictionary
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Filtering dictionaries support and unaccent dictionary  (Teodor Sigaev <[email protected]>)
Responses Re: Filtering dictionaries support and unaccent dictionary
List pgsql-hackers
2009/8/6 Teodor Sigaev <[email protected]>:
>> 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 by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pg_ctl stop -m fast after -m smart
Next
From: Robert Haas
Date:
Subject: Re: [PATCH] pgbench: new feature allowing to launch shell commands