Re: Regarding ERROR: fmgr_info: function 2720768: cache lookup failed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "soni de" <soni(dot)de(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Regarding ERROR: fmgr_info: function 2720768: cache lookup failed
Date: 2006-06-22 14:47:27
Message-ID: 29673.1150987647@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

"soni de" <soni(dot)de(at)gmail(dot)com> writes:
> I am getting following error while inserting a row into the "abc" table:
> *ERROR: fmgr_info: function 2720768: cache lookup failed*

What PG version is this? (I can tell from the spelling of the error
message that it's older than 7.4.) If it's pre-7.3 then the answer is
probably that you dropped and re-created the function, and now need to
drop and re-create the trigger to match. 7.3 shouldn't have let you
drop a function that has a trigger depending on it, though.

BTW this seems a bit off-topic for pgsql-performance.

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2006-06-22 16:04:57 Re: Why is my (empty) partial index query slow?
Previous Message Arjen van der Meijden 2006-06-22 14:19:21 Re: [HACKERS] Sun Donated a Sun Fire T2000 to the PostgreSQL