Add missing break

This commit is contained in:
Peter Eisentraut 2018-03-19 19:45:25 -04:00
parent 6497a18e6c
commit 13c7c65ec9
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ transformStmt(ParseState *pstate, Node *parseTree)
case T_CallStmt:
result = transformCallStmt(pstate,
(CallStmt *) parseTree);
break;
default: