Re: Backend crash with tsearch

Поиск
Список
Период
Сортировка
От Magnus Naeslund(f)
Тема Re: Backend crash with tsearch
Дата
Msg-id 0de701c29ae7$41098120$f80c0a0a@mnd
обсуждение исходный текст
Ответ на Re: Backend crash with tsearch  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Teodor Sigaev <teodor@stack.net> wrote:
> Does it crashed?
> # select txt2txtidx('Can - Live 1971-77');
>
>
> Line txtidx.c:366 :
> lemm = lemmatize(token, &lenlemm, type);
>
> lemmatize() is defined in morph.c.  Did you use another modules for
> postgresql?
>
> It seems to me that we see a name conflict. Function lemmatize is
> defined in somewhere also.
>
>

This is what i found out aswell, but isn't lemmatize resolved at
compiletime?
The only other module is Search-OpenFTS.
I'll check if i see any conflicts in $prefix/lib

Magnus



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

Предыдущее
От: "Magnus Naeslund(f)"
Дата:
Сообщение: Re: Backend crash with tsearch
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: Backend crash with tsearch