Re: Cache lookup failed error in tsearch2?

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Cache lookup failed error in tsearch2?
Date: 2006-01-24 11:09:49
Message-ID: Pine.GSO.4.63.0601241409030.14417@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonah H. Harris 2006-01-24 12:48:43 Re: ROLLBACK triggers?
Previous Message Gustavo Tonini 2006-01-24 10:17:22 Re: [PATCHES] postmaster/postgres merge for testing