| From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | josh(at)agliodbs(dot)com, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Tsearch vs Snowball, or what's a source file? |
| Date: | 2007-06-09 15:03:15 |
| Message-ID: | 466AC133.4020307@sigaev.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> 1 Compiling from .sbl by original Snowball's makefile requires Perl and
> doesn't work cleanly:
AFAIK, you don't receive any answers on your email in snowball mailing list.
> 2 Snowball's compiling infrastructure doesn't support Windows target.
3 I understand your wish about including only real sources and snowball_code.tgz
contains some extra data (doc, examples) which isn't needed for tsearch & pgsql
4 Your suggest to simplify support of snowball by using original file's layout
from Snowball
For that reasons, we suggest to put into source tree (in src/snowball) only
three directory for snowball_code.tgz:
- /compiler - compiler from *.sbl to *.c
- /runtime - common code for all stemmers
- /algorithms - *.sbl files
and use pgsql's makefile infrastructure to compiling stemmers.
Comments, objections?
--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-06-09 15:16:15 | Re: Tsearch vs Snowball, or what's a source file? |
| Previous Message | Markus Schiltknecht | 2007-06-09 14:57:27 | Re: COPYable logs status |