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;
|
||||
int i;
|
||||
HeapTuple tuple;
|
||||
int numargs;
|
||||
int numargs PG_USED_FOR_ASSERTS_ONLY;
|
||||
Oid *argtypes;
|
||||
char **argnames;
|
||||
char *argmodes;
|
||||
|
Reference in New Issue
Block a user