pgsql/src backend/commands/tablecmds.c backend ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/tablecmds.c backend ...
Date: 2002-07-06 20:16:36
Message-ID: 20020706201636.80092475C9A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/07/06 16:16:36

Modified files:
src/backend/commands: tablecmds.c
src/backend/executor: execQual.c
src/backend/optimizer/util: clauses.c
src/backend/parser: gram.y parse_coerce.c parse_expr.c
parse_type.c
src/backend/utils/cache: lsyscache.c
src/include/utils: lsyscache.h
src/test/regress/expected: domain.out
src/test/regress/sql: domain.sql

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-07-07 14:24:13 pgsql/src/template freebsd
Previous Message Bruce Momjian - CVS 2002-07-06 20:14:58 pgsql/src/bin/psql sprompt.c