Fix mis-merge in previous commit

This commit is contained in:
Alvaro Herrera 2015-07-20 11:59:31 +02:00
parent 8f612b7f00
commit b7ca57ac0e
1 changed files with 0 additions and 3 deletions

View File

@ -152,9 +152,6 @@ get_altertable_subcmdtypes(PG_FUNCTION_ARGS)
case AT_ReAddConstraint:
strtype = "(re) ADD CONSTRAINT";
break;
case AT_ReAddComment:
strtype = "(re) ADD COMMENT";
break;
case AT_AlterConstraint:
strtype = "ALTER CONSTRAINT";
break;