1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

Fix mis-merge in previous commit

This commit is contained in:
Alvaro Herrera 2015-07-20 11:59:31 +02:00
parent f1f3434f21
commit b2f01a7316

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;