mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 13:12:58 -04:00
Add missing break
Noticed by Coverity
This commit is contained in:
parent
d253b0f6e3
commit
6a101b0aed
1 changed files with 1 additions and 0 deletions
|
|
@ -1996,6 +1996,7 @@ AlterObjectTypeCommandTag(ObjectType objtype)
|
|||
break;
|
||||
case OBJECT_SUBSCRIPTION:
|
||||
tag = "ALTER SUBSCRIPTION";
|
||||
break;
|
||||
case OBJECT_STATISTIC_EXT:
|
||||
tag = "ALTER STATISTICS";
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue