Re: Function with defval returns error - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Function with defval returns error
Date
Msg-id 10187.1229624655@sss.pgh.pa.us
Whole thread Raw
In response to Re: Function with defval returns error  ("Rushabh Lathia" <rushabh.lathia@gmail.com>)
Responses Re: Function with defval returns error  ("Rushabh Lathia" <rushabh.lathia@gmail.com>)
List pgsql-hackers
"Rushabh Lathia" <rushabh.lathia@gmail.com> writes:
> Another issue found on CVS head ....
> ...
> postgres=> select f_test(10);
> ERROR:  cache lookup failed for type 2139062142

I had some difficulty reproducing this locally.  Would you check it's
fixed by latest commit?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Function with defval returns error
Next
From: Simon Riggs
Date:
Subject: Re: Reducing some DDL Locks to ShareLock