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:
parent
f1f3434f21
commit
b2f01a7316
@ -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…
x
Reference in New Issue
Block a user