Cache lookup failed error in tsearch2?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>, oleg(at)sai(dot)msu(dot)su
Subject: Cache lookup failed error in tsearch2?
Date: 2006-01-24 09:03:02
Message-ID: 43D5ED46.5060609@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message R, Rajesh (STSD) 2006-01-24 09:03:13 Re: [HACKERS] [PATCH] Better way to check for getaddrinfo function.
Previous Message Marko Kreen 2006-01-24 08:40:51 Re: [PATCHES] postmaster/postgres merge for testing