postgresql/src/backend/optimizer/util
Bruce Momjian 1666970275 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
2002-07-06 20:16:36 +00:00
..
Makefile Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
clauses.c I've fixed up the way domain constraints (not null and type length) 2002-07-06 20:16:36 +00:00
joininfo.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pathnode.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
plancat.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
relnode.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
restrictinfo.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tlist.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
var.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00