mirror of https://github.com/citusdata/citus.git
Adds missing include_out_argument parameter to func_get_detail in ruleutils_14.c
Relevant PG commit: e56bce5d43789cce95d099554ae9593ada92b3b7pull/5209/head
parent
2990cfb6c9
commit
3b7bcf7555
|
@ -8844,7 +8844,7 @@ generate_function_name(Oid funcid, int nargs, List *argnames, Oid *argtypes,
|
|||
if (!force_qualify)
|
||||
p_result = func_get_detail(list_make1(makeString(proname)),
|
||||
NIL, argnames, nargs, argtypes,
|
||||
!use_variadic, true,
|
||||
!use_variadic, true, false,
|
||||
&p_funcid, &p_rettype,
|
||||
&p_retset, &p_nvargs, &p_vatype,
|
||||
&p_true_typeids, NULL);
|
||||
|
|
Loading…
Reference in New Issue