Re: Backend crash with tsearch - Mailing list pgsql-hackers

From Magnus Naeslund(f)
Subject Re: Backend crash with tsearch
Date
Msg-id 0de701c29ae7$41098120$f80c0a0a@mnd
Whole thread Raw
In response to Re: Backend crash with tsearch  (Oleg Bartunov <oleg@sai.msu.su>)
List 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 by date:

Previous
From: "Magnus Naeslund(f)"
Date:
Subject: Re: Backend crash with tsearch
Next
From: Teodor Sigaev
Date:
Subject: Re: Backend crash with tsearch