From: | Philippe Amelant <pamelant(at)companeo(dot)com> |
---|---|
To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Postgresql 8.2.4 crash with tsearch2 |
Date: | 2007-05-22 10:39:25 |
Message-ID: | 1179830365.699.30.camel@phil.companeo.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
hum not enough tests before sending this mail, the fisrt request
select lexize('fr','chose');
work but the server crash on the second resquest (the same one)
Le mardi 22 mai 2007 à 12:16 +0200, Philippe Amelant a écrit :
> hi,
> Ok it's my mistake, I forgot to add "-i" at for gendict config.sh
>
>
> regards
>
> Le lundi 21 mai 2007 à 19:32 +0200, Philippe Amelant a écrit :
> > hi,
> > I have compiled postgresql 8.2.4 on a debian etch witch french snowball
> > stemmer .
> > I applied the lastest patch send by Teodor Sigaev
> > (http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/tsearch_snowball_82-20070504.gz)
> >
> > and my backend still crash.
> > I tested on 2 differents server both with etch, one with i386 the other
> > with amd64.
> > The first crash on ts_vector when the parameter string is longer than
> > 200 characters.
> > The second crash on lexize
> > If you have other patch to try I will do it :)
> >
> > If for you there is no bug, I don't understand what's appen to my
> > servers. any idea ?
> >
> > thank
> >
> > Regards
> >
> >
> >
> > ---------------------------(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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
From | Date | Subject | |
---|---|---|---|
Next Message | Piotr Konieczny | 2007-05-22 11:54:03 | Problem with pg_dump. |
Previous Message | Philippe Amelant | 2007-05-22 10:16:11 | Re: Postgresql 8.2.4 crash with tsearch2 |