Determine the set of constraints applied to a domain at executor
Tom Lane <tgl@sss.pgh.pa.us>
Determine the set of constraints applied to a domain at executor startup, not in the parser; this allows ALTER DOMAIN to work correctly with domain constraint operations stored in rules. Rod Taylor; code review by Tom Lane.