mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Add missing break
This commit is contained in:
parent
6497a18e6c
commit
13c7c65ec9
@ -325,6 +325,7 @@ transformStmt(ParseState *pstate, Node *parseTree)
|
|||||||
case T_CallStmt:
|
case T_CallStmt:
|
||||||
result = transformCallStmt(pstate,
|
result = transformCallStmt(pstate,
|
||||||
(CallStmt *) parseTree);
|
(CallStmt *) parseTree);
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user