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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tsearch vs Snowball, or what's a source file?
Дата
Msg-id 16734.1181402175@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tsearch vs Snowball, or what's a source file?  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: Tsearch vs Snowball, or what's a source file?
Список pgsql-hackers
Teodor Sigaev <teodor@sigaev.ru> writes:
> 2 Snowball's compiling infrastructure doesn't support Windows target.

Yeah.  Another problem with using their original source code is that
running the Snowball compiler during build would not work for
cross-compiled builds of Postgres, at least not without solving the
problem of building some code for the host platform instead of the
target.

So what I'm thinking now is we should import libstemmer instead of the
snowball_code representation.  I haven't gotten as far as thinking about
exactly how to lay out the files though.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: Tsearch vs Snowball, or what's a source file?
Следующее
От: David Fetter
Дата:
Сообщение: Re: Command tags in create/drop scripts