mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Fix compiler warning
This commit is contained in:
@ -2086,7 +2086,7 @@ exec_stmt_call(PLpgSQL_execstate *estate, PLpgSQL_stmt_call *stmt)
|
|||||||
FuncExpr *funcexpr;
|
FuncExpr *funcexpr;
|
||||||
int i;
|
int i;
|
||||||
HeapTuple tuple;
|
HeapTuple tuple;
|
||||||
int numargs;
|
int numargs PG_USED_FOR_ASSERTS_ONLY;
|
||||||
Oid *argtypes;
|
Oid *argtypes;
|
||||||
char **argnames;
|
char **argnames;
|
||||||
char *argmodes;
|
char *argmodes;
|
||||||
|
Reference in New Issue
Block a user