"Rod Taylor" <rbt(at)zort(dot)ca> writes:
>> copyfuncs.c:2232: warning: `_copyCreateDomainStmt' defined but not
> used
> Commented out, but left in for potential use.
Wrong answer --- what this is reminding you is that you forgot to call
it.
Also, I'm fairly confused by the code in MergeDomainAttributes and
DefineDomain. You seem to have modeled this on table creation, not
type creation, which makes little or no sense to me. Where in the
heck does a domain "inherit" from?
regards, tom lane