Re: Server crash on postgresql 8.2.4 with tsearch2

From: Philippe Amelant <pamelant(at)companeo(dot)com>
To: "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-05-02 09:47:40
Message-ID: 1178099260.19592.6.camel@phil.companeo.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm testing with another snowball stemmer (dutch) and I have the same
problem. Backen crash with more than 200 characters in
select to_tsvector(....
again default stemmer (english) work well
Are tsearch2 from postgresql 8.2.4 compatible with last stemmer from
http://www.snowball.tartarus.org
??
else what can I use ?

Thanks

Le lundi 30 avril 2007 à 18:06 +0200, Philippe Amelant a écrit :
> Le lundi 30 avril 2007 à 11:51 -0400, Tom Lane a écrit :
> > Philippe Amelant <pamelant(at)companeo(dot)com> writes:
> > > 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
> >
> > Are you sure you used the same snowball version that tsearch2 uses?
> > The snowball people have made incompatible changes from time to time ...
> >
>
> I use the lastest french package from
> http://www.snowball.tartarus.org/
>
> I have no error at compile time. there was lots of errors on 8.2.3 so I
> suppose tsearch was updated on 8.2.4 (and it's in the changelog for
> 8.2.4 maybee it's related ?).
>
> thanks
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paolo Saudin 2007-05-02 12:03:42 Postgres 8.3-dev
Previous Message Andrej Ricnik-Bay 2007-05-02 08:58:50 Re: STDERR vs. SYSLOG logging