Re: Tsearch2 crashes my backend, ouch !

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Listmail <lists(at)peufeu(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Tsearch2 crashes my backend, ouch !
Date: 2007-03-30 12:49:19
Message-ID: 460D074F.7090604@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> (copy french stem.c and stem.h from the snowball website)
Take french stemmer from
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/dicts/stemmer/stemmer_utf8_french.tar.gz
At least, it works for me.

Sorry, but Snowball's interfaces are changed very quickly and unpredictable and
Snowball doesn't use version mark or something similar. So, downloaded Snowball
core and stemmers in different time may be incompatible :(.

Our tsearch_core patch (moving tsearch into core of pgsql) solves that problem -
it contains all possible snowball stemmers.

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sorin N. Ciolofan 2007-03-30 13:20:09 Re: ERROR: out of shared memory
Previous Message Richard Huxton 2007-03-30 12:03:25 Re: coalesce for null AND empty strings