Hannes Eder <[EMAIL PROTECTED]> writes: > in parse_expr.c:typecast_expression: return immediate on NULL input, > i.e. do not lookup target type Oid as it is not required.
I think the existing ordering is intentional, to detect and error out if the given typename is bogus. It's fairly likely that the test for InvalidOid is dead code anyway, but it's cheap enough that I'm not in a hurry to take it out. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match