Server crash on postgresql 8.2.4 with tsearch2

From: philippe <philippe(dot)annonce(at)free(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: Server crash on postgresql 8.2.4 with tsearch2
Date: 2007-04-30 14:36:08
Message-ID: 1177943768.6024.8.camel@phil.companeo.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

but
select to_tsvector('fr_FR', '... something with more than 200 chars');

-> server crash

Does anyone faced this bug ?
Is there a fix ?

Thank you for help

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Philippe Amelant 2007-04-30 14:41:18 Server crash on postgresql 8.2.4 with tsearch2
Previous Message A. Kretschmer 2007-04-30 14:14:19 Re: Selecting from a function(x,y) returning a row-type(sum, prod)