mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 19:02:00 -05:00
Fix mis-merge in previous commit
This commit is contained in:
parent
8f612b7f00
commit
b7ca57ac0e
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue