Re: [BUGS] Minor beta buglet "unrecognized node type: 302"

2003-10-29 Thread Tom Lane
Ian Barwick <[EMAIL PROTECTED]> writes: > I came across this: > db=> SELECT 1 FROM object WHERE object IS NOT NULL; > ERROR: unrecognized node type: 302 Okay, now it says ERROR: relation reference "object" cannot be used in an expression regards, tom lane -

[BUGS] Minor beta buglet "unrecognized node type: 302"

2003-10-28 Thread Ian Barwick
through my patented unit testing technology (caffein and sleep deprivation) I came across this: db=> SELECT 1 FROM object WHERE object IS NOT NULL; ERROR: unrecognized node type: 302 where I was expecting something more like this: db=> SELECT 1 FROM object WHERE mispelt_column IS NOT NULL; ERROR