Thread: pgsql/src/backend/commands command.c

pgsql/src/backend/commands command.c

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/12/04 12:19:48

Modified files:
    src/backend/commands: command.c

Log message:
    Remove now-dead code for processing CONSTR_UNIQUE nodes in
    AlterTableAddConstraint.  Earlier reorganization of the parser's
    processing of ALTER TABLE means that these node types no longer get here.