Re: Domains and Casting - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Domains and Casting
Date
Msg-id 26373.1024412296@sss.pgh.pa.us
Whole thread Raw
In response to Domains and Casting  ("Rod Taylor" <rbt@zort.ca>)
List pgsql-hackers
"Rod Taylor" <rbt@zort.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: FATAL 2: InitRelink(logfile 0 seg 173) failed: No such file or directory
Next
From: Tom Lane
Date:
Subject: Re: Roadmap for a Win32 port