Re: small bug? "ERROR: exprType: Do not know how to get type for 711 node" - Mailing list pgsql-bugs

From Tom Lane
Subject Re: small bug? "ERROR: exprType: Do not know how to get type for 711 node"
Date
Msg-id 25329.1041010891@sss.pgh.pa.us
Whole thread Raw
In response to small bug? "ERROR: exprType: Do not know how to get type for 711 node"  (Ian Barwick <barwick@gmx.net>)
List pgsql-bugs
Ian Barwick <barwick@gmx.net> writes:
>   test=#  create table foo (bar int);
>   CREATE TABLE
>   test=# update foo set foo=1 where foo=1;
>   ERROR:  exprType: Do not know how to get type for 711 node

Hmm, that used to behave properly in 7.2:

regression=# create table foo (bar int);
CREATE
regression=# update foo set foo=1 where foo=1;
ERROR:  Attribute 'foo' not found

Looks like we rearranged the order of operations and error checks in a
bad way.  Will look into it.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug #860: [7.3.x] pg_config --configure not readily usable
Next
From: Tom Lane
Date:
Subject: Re: small bug? "ERROR: exprType: Do not know how to get type for 711 node"