1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add missing break

Reported-by: Mark Kirkwood <mark.kirkwood@catalyst.net.nz>
This commit is contained in:
Peter Eisentraut
2017-03-25 00:50:05 -04:00
parent 19f7e1a7f7
commit 4dd3abe99f

View File

@ -2292,6 +2292,7 @@ CreateCommandTag(Node *parsetree)
break;
case OBJECT_PUBLICATION:
tag = "DROP PUBLICATION";
break;
case OBJECT_STATISTIC_EXT:
tag = "DROP STATISTICS";
break;