Re: [GENERAL] Postgresql 8.2.4 crash with tsearch2

2007-05-24 Thread Teodor Sigaev
Pls, check your steps or say me where I'm wrong :) If you still have a problems, I can solve it if I'll have access to your developer server... % cd PGSQL_SRC % zcat ~/tmp/tsearch_snowball_82-20070504.gz| patch -p0 % cd contrib/tsearch2 % gmake && su -c 'gmake install' && gmake installcheck % c

Re: [GENERAL] Postgresql 8.2.4 crash with tsearch2

2007-05-22 Thread Philippe Amelant
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

Re: [GENERAL] Postgresql 8.2.4 crash with tsearch2

2007-05-22 Thread Philippe Amelant
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://w

[GENERAL] Postgresql 8.2.4 crash with tsearch2

2007-05-21 Thread Philippe Amelant
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 etc