Add missing break
This commit is contained in:
parent
6497a18e6c
commit
13c7c65ec9
@ -325,6 +325,7 @@ transformStmt(ParseState *pstate, Node *parseTree)
|
||||
case T_CallStmt:
|
||||
result = transformCallStmt(pstate,
|
||||
(CallStmt *) parseTree);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user