Re: Server crash on postgresql 8.2.4 with tsearch2

From: philippe <philippe(dot)annonce(at)free(dot)fr>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Server crash on postgresql 8.2.4 with tsearch2
Date: 2007-04-30 16:46:43
Message-ID: 1177951603.6024.29.camel@phil.companeo.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Le lundi 30 avril 2007 à 20:13 +0400, Oleg Bartunov a écrit :
> On Mon, 30 Apr 2007, philippe wrote:

> > Now if I do a query like this
> > select to_tsvector('default', '... something with more than 200
> > chars');
> >
> > -> result ok
>
> it doesn't uses french snowball stemmer
>
Yes, it's just to show that tsearch is working by default

> >
> > but
> > select to_tsvector('fr_FR', '... something with more than 200 chars');
> >
> > -> server crash
> >
> have you reinstalled tsearch2 ? There was change in snowball stemmer api.
> Check mailing list archive for the same issue.
>

I have reinstalled tsearch2,
I have also recompiled it with this patch
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/tsearch_snowball_82.gz

I still have the same problem.
I have found similar problem in the archive but not the same one

doing this
select lexize( 'fr', 'voyageur' );
don't crash

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2007-04-30 17:09:41 Re: When the locially dropped column is also physically dropped
Previous Message Oleg Bartunov 2007-04-30 16:45:44 Re: Stemming not working with tsearch2() function