Re: Function with defval returns error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rushabh Lathia" <rushabh(dot)lathia(at)gmail(dot)com>
Cc: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org, rushabh(dot)lathia(at)enterprisedb(dot)com
Subject: Re: Function with defval returns error
Date: 2008-12-18 18:24:15
Message-ID: 10187.1229624655@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Rushabh Lathia" <rushabh(dot)lathia(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-12-18 18:54:14 Re: Reducing some DDL Locks to ShareLock
Previous Message Tom Lane 2008-12-18 18:22:17 Re: Function with defval returns error