I've fixed up the way domain constraints (not null and type length)

Bruce Momjian <bruce@momjian.us>

Commit: 1666970275cf6cc44d2944888a6199c31b3e6832
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-07-06T20:16:36Z
Releases: 7.3.1
I've fixed up the way domain constraints (not null and type length)
are managed as per request.

Moved from merging with table attributes to applying themselves during
coerce_type() and coerce_type_typmod.

Regression tests altered to test the cast() scenarios.

Rod Taylor

Files