fmgr_info: function 7390843: cache lookup failed - Mailing list pgsql-general

From culley harrelson
Subject fmgr_info: function 7390843: cache lookup failed
Date
Msg-id bqgkus$u7b$1@sea.gmane.org
Whole thread Raw
List pgsql-general
I am getting this error:

fmgr_info: function 7390843: cache lookup failed

when trying to insert some data into a table using the tsearch2 contrib
module (this is postgresql 7.3).   I have the following trigger defined:

     BEGIN
         NEW.search_vector :=
setweight(to_tsvector(coalesce(NEW.display_text, '')), 'A') ||
to_tsvector(coalesce(NEW.content_desc, ''));
         RETURN NEW;
     END;

Which I suspect is causing the problem.  Where can I look up that
function number to verify this?  Any suggestions?

culley


pgsql-general by date:

Previous
From: "Rick Gigger"
Date:
Subject: Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL Advocacy, Thoughts and Comments
Next
From: "Toby Doig"
Date:
Subject: Hostname of server