Re: Tsearch vs Snowball, or what's a source file?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Tsearch vs Snowball, or what's a source file?
Date: 2007-06-15 13:23:16
Message-ID: 2571.1181913796@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
> I splited stemmers to two sets because of regression test. As I
> remember, there was some problems with loadable conversions and
> configure's flag --disable-shared

I'm not worried about supporting --disable-shared installations very
much. They didn't have tsearch support before, either, and they have
not passed regression in many years for lack of plpgsql.

> So, it's needed to change dictinitoption format of snowball dictionaries to
> point both stop-word file and language's name.

Right.

> How will we synchronize our changes in patch?

Go ahead and make the changes you want, and then I'll work on this.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Albe Laurenz 2007-06-15 13:35:43 Re: Tsearch vs Snowball, or what's a source file?
Previous Message Gregory Stark 2007-06-15 12:26:26 Re: Load Distributed Checkpoints test results