mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-16 03:17:00 +08:00
Add missing break
This commit is contained in:
@ -325,6 +325,7 @@ transformStmt(ParseState *pstate, Node *parseTree)
|
||||
case T_CallStmt:
|
||||
result = transformCallStmt(pstate,
|
||||
(CallStmt *) parseTree);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user