Re: Server crash on postgresql 8.2.4 with tsearch2

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: philippe <philippe(dot)annonce(at)free(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Server crash on postgresql 8.2.4 with tsearch2
Date: 2007-04-30 16:13:06
Message-ID: Pine.LNX.4.64.0704302010330.12152@sn.sai.msu.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 30 Apr 2007, philippe wrote:

> Hi,
> I'm tryng to upgrade a 8.1.3 server to 8.2.4 and I have a problem with
> tsearch.
>
> I use french snowball package to compile a stemming lib -> dict_fr.so
>
> 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

>
> but
> select to_tsvector('fr_FR', '... something with more than 200 chars');
>
> -> server crash
>
> Does anyone faced this bug ?
> Is there a fix ?
>

have you reinstalled tsearch2 ? There was change in snowball stemmer api.
Check mailing list archive for the same issue.

> Thank you for help
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2007-04-30 16:14:45 Re: Temporal Units
Previous Message psql psql 2007-04-30 16:12:13 Re: Stemming not working with tsearch2() function