Fix compiler warning

pull/31/merge
Peter Eisentraut 8 years ago
parent f66e8bf875
commit 8df5a1c868
  1. 2
      src/pl/plpgsql/src/pl_exec.c

@ -2086,7 +2086,7 @@ exec_stmt_call(PLpgSQL_execstate *estate, PLpgSQL_stmt_call *stmt)
FuncExpr *funcexpr;
int i;
HeapTuple tuple;
int numargs;
int numargs PG_USED_FOR_ASSERTS_ONLY;
Oid *argtypes;
char **argnames;
char *argmodes;

Loading…
Cancel
Save