Greg Stark <[EMAIL PROTECTED]> writes:
> Ran into this in cvs tip checked out as of yesterday:

> db=>  SELECT sum(CASE WHEN (upper(substr((select 'en'::varchar),1,1)) not between 
>'A' and 'Z') THEN 1  ELSE 0 END) AS n FROM tab;
> ERROR:  transformExpr: does not know how to transform node 309 (internal error)

> 309 is T_FuncExpr. Is this a node type that should be added as described by
> the comment?

Yeah, you're right, and three other node types too.  I missed this spot
while changing the representation of Expr the other day.  Thanks for
catching it.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to