Re: Tsearch vs Snowball, or what's a source file? - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Tsearch vs Snowball, or what's a source file?
Date
Msg-id 200706021447.43991.josh@agliodbs.com
Whole thread Raw
In response to Tsearch vs Snowball, or what's a source file?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Tsearch vs Snowball, or what's a source file?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Autovacuum launcher doesn't notice death of postmaster immediately
Next
From: Tom Lane
Date:
Subject: Re: Tsearch vs Snowball, or what's a source file?