Commit b7ca57ac authored by Alvaro Herrera's avatar Alvaro Herrera

Fix mis-merge in previous commit

parent 8f612b7f
...@@ -152,9 +152,6 @@ get_altertable_subcmdtypes(PG_FUNCTION_ARGS) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment