mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03: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