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

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Tsearch vs Snowball, or what's a source file?
Date: 2007-06-02 21:47:43
Message-ID: 200706021447.43991.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom,

> Is there a reasonable way to treat libstemmer as an external library?

Hmmm ... do we want to do that if we're distributing it in core? That
would require us to have a --with-tsearch compile switch so that people
who don't want to find & build libstemmer can build PostgreSQL. I thought
the whole point of this feature was to have a version of Tsearch which
"just worked" for users.

As annoying as it may be to keep it updated, I think it's probably worth it
from a user experience standpoint. However, we should definitely put the
exact libstemmer C files, as distributed by the project, somewhere so that
updating stemmer each time we do a patch release is simply a matter of
download and rsync.

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-06-02 22:28:55 Re: Tsearch vs Snowball, or what's a source file?
Previous Message Tom Lane 2007-06-02 21:43:34 Re: CREATE TABLE LIKE INCLUDING INDEXES support