cache lookup failed - Mailing list pgsql-sql

From victor
Subject cache lookup failed
Date
Msg-id 200109121405.f8CE5e786735@postgresql.org
Whole thread Raw
Responses Re: cache lookup failed
List pgsql-sql
Hi,
I have this function:

CREATE FUNCTION add_one (integer) RETURNS integer AS '
BEGIN
RETURN $1 + 1;
END;
' LANGUAGE 'plpgsql';

from postgres doc.
When I try somethin like this: 

SELECT add_one(4);

I get :

ERROR:  fmgr_info: function 20086: cache lookup failed

please tell me what it's rong. 


pgsql-sql by date:

Previous
From: Arne Weiner
Date:
Subject: Re: How do I extract ONE particular field, when multiple table contain
Next
From: Peter Eisentraut
Date:
Subject: Re: cache lookup failed