mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 06:18:35 -04:00
b0422b215c
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.