Re: plpgsql - cache lookup error 18977 - Mailing list pgsql-general

From Tom Lane
Subject Re: plpgsql - cache lookup error 18977
Date
Msg-id 7082.971920529@sss.pgh.pa.us
Whole thread Raw
In response to plpgsql - cache lookup error 18977  (Tom Walta <twalta@yahoo.com>)
List pgsql-general
Tom Walta <twalta@yahoo.com> writes:
> "ERROR: fmgr_info: Cache lookup for language failed 18977"

Did you perchance drop and recreate the plpgsql language when
you already had functions defined in the language?  The system
will let you do that :-(, but then the old functions refer to
a language OID that no longer exists.  You'll need to drop and
recreate the functions, too.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hash Indexes Causing Deadlock Notices
Next
From: Tom Lane
Date:
Subject: Re: Any risk in increasing BLCKSZ to get larger tuples?