Commit 8df5a1c8 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix compiler warning

parent f66e8bf8
...@@ -2086,7 +2086,7 @@ exec_stmt_call(PLpgSQL_execstate *estate, PLpgSQL_stmt_call *stmt) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment