mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
Add missing break
This commit is contained in:
parent
6497a18e6c
commit
13c7c65ec9
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ transformStmt(ParseState *pstate, Node *parseTree)
|
|||
case T_CallStmt:
|
||||
result = transformCallStmt(pstate,
|
||||
(CallStmt *) parseTree);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue