Re: Domains and Casting

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rod Taylor" <rbt(at)zort(dot)ca>
Cc: "Hackers List" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Domains and Casting
Date: 2002-06-18 14:58:16
Message-ID: 26373.1024412296@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Rod Taylor" <rbt(at)zort(dot)ca> writes:
> This appears to be due to makeTypeCast() in gram.y which bypasses
> creating a TypeCast node for simple A_Const.

My immediate reaction is that you've probably put the testing of
domain constraints in the wrong place. You didn't say exactly
what your implementation looked like though ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2002-06-18 15:09:43 Re: ECPG won't compile anymore
Previous Message Tom Lane 2002-06-18 14:55:09 Re: SetQuerySnapshot, once again