1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-18 17:41:14 +03:00

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

View File

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