Re: Backend crash with tsearch

From: "Magnus Naeslund(f)" <mag(at)fbab(dot)net>
To: "Teodor Sigaev" <teodor(at)stack(dot)net>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Backend crash with tsearch
Date: 2002-12-03 16:15:53
Message-ID: 0de701c29ae7$41098120$f80c0a0a@mnd
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Teodor Sigaev <teodor(at)stack(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2002-12-03 16:18:36 Re: Backend crash with tsearch
Previous Message Ben-Nes Michael 2002-12-03 16:14:34 Re: 7.3 -> pg_atoi: zero-length string