Preliminary code review for domain CHECK constraints patch: add documentation,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b0422b215c100bb29c1071872012a1f3c6681058
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-12-12T20:35:16Z
Releases: 7.4.1
Preliminary code review for domain CHECK constraints patch: add documentation,
make VALUE a non-reserved word again, use less invasive method of passing
ConstraintTestValue into transformExpr, fix problems with nested constraint
testing, do correct thing with NULL result from a constraint expression,
remove memory leak.  Domain checks still need much more work if we are going
to allow ALTER DOMAIN, however.

Files