Remove now-dead code for processing CONSTR_UNIQUE nodes in

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

Commit: dae887abfe54b10820e03f0de82542306d825b00
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-12-04T17:19:48Z
Releases: 7.2.1
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.

Files

PathChange+/−
src/backend/commands/command.c modified +7 −173