[HACKERS] Cache lookup failed error in tsearch2?

2006-01-24 Thread Christopher Kings-Lynne
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 ---(end of

Re: [HACKERS] Cache lookup failed error in tsearch2?

2006-01-24 Thread Andrew J. Kopciuch
On Tuesday 24 January 2006 02:03, 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

Re: [HACKERS] Cache lookup failed error in tsearch2?

2006-01-24 Thread Oleg Bartunov
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