Re: [HACKERS] Lack of RelabelType is causing me pain

2003-11-10 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Joe, do you recall the reasoning for this code in parse_coerce.c? >> [much snipped] > Does the RelabelType keep a record of what was relabeled (I presume from > your description above it does)? The RelabelType node itself doesn't, but y

Re: [HACKERS] Lack of RelabelType is causing me pain

2003-11-10 Thread Joe Conway
Tom Lane wrote: Joe, do you recall the reasoning for this code in parse_coerce.c? if (targetTypeId == ANYOID || targetTypeId == ANYARRAYOID || targetTypeId == ANYELEMENTOID) { /* assume can_coerce_type verified that implicit coercion is okay */ /* NB: we do