Re: ERROR: cache lookup failed for function 0 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: ERROR: cache lookup failed for function 0
Date
Msg-id 27390.1224938115@sss.pgh.pa.us
Whole thread Raw
In response to ERROR: cache lookup failed for function 0  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: ERROR: cache lookup failed for function 0  ("David E. Wheeler" <david@kineticode.com>)
List pgsql-bugs
"David E. Wheeler" <david@kineticode.com> writes:
> I ran into this error on 8.2 a while ago, and just figured out what
> was causing it. Here's a quick example on 8.2:

Seems to be fixed in HEAD:

regression=# SELECT '{foo}'::name[] <> '{bar}'::name[];
ERROR:  operator is only a shell: name[] <> name[]
LINE 1: SELECT '{foo}'::name[] <> '{bar}'::name[];
                               ^

            regards, tom lane

pgsql-bugs by date:

Previous
From: "David E. Wheeler"
Date:
Subject: ERROR: cache lookup failed for function 0
Next
From: toruvinn
Date:
Subject: Re: bug with psql 8.3.3 on ubuntu