Re: Cache lookup failed error in tsearch2? - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: Cache lookup failed error in tsearch2?
Date
Msg-id Pine.GSO.4.63.0601241409030.14417@ra.sai.msu.su
Whole thread Raw
In response to Cache lookup failed error in tsearch2?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
On Tue, 24 Jan 2006, Christopher Kings-Lynne wrote:

> What would be the cause of this error after upgrading from pgsql 7.4 to 8.1?
>
> usatest=# SELECT lexize[1] FROM lexize('en_stem', 'bacon');
> ERROR:  cache lookup failed for function 861011
>
> Does tsearch2 need to somehow be tweaked after the upgrade?
>

you miss regprocedure_7.4.patch.gz, available from http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/


> Chris
>
    Regards,        Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83


pgsql-hackers by date:

Previous
From: Gustavo Tonini
Date:
Subject: Re: [PATCHES] postmaster/postgres merge for testing
Next
From: "Jonah H. Harris"
Date:
Subject: Re: ROLLBACK triggers?