mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Add missing break
Reported-by: Mark Kirkwood <mark.kirkwood@catalyst.net.nz>
This commit is contained in:
parent
19f7e1a7f7
commit
4dd3abe99f
1 changed files with 1 additions and 0 deletions
|
|
@ -2292,6 +2292,7 @@ CreateCommandTag(Node *parsetree)
|
|||
break;
|
||||
case OBJECT_PUBLICATION:
|
||||
tag = "DROP PUBLICATION";
|
||||
break;
|
||||
case OBJECT_STATISTIC_EXT:
|
||||
tag = "DROP STATISTICS";
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue