Home
last modified time | relevance | path

Searched refs:arg_is_rowtype (Results 51 – 75 of 84) sorted by relevance

1234

/dports/databases/postgresql11-contrib/postgresql-11.14/src/pl/plperl/
H A Dplperl.c129 bool *arg_is_rowtype; /* is each arg composite? */ member
2199 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2804 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2905 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2908 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql11-docs/postgresql-11.14/src/pl/plperl/
H A Dplperl.c129 bool *arg_is_rowtype; /* is each arg composite? */
2199 else if (desc->arg_is_rowtype[i])
2804 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool));
2905 prodesc->arg_is_rowtype[i] = true;
2908 prodesc->arg_is_rowtype[i] = false;
/dports/databases/postgresql10-server/postgresql-10.19/src/pl/plperl/
H A Dplperl.c130 bool *arg_is_rowtype; /* is each arg composite? */ member
2176 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2776 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2880 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2883 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/pl/plperl/
H A Dplperl.c129 bool *arg_is_rowtype; /* is each arg composite? */ member
2199 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2804 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2905 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2908 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/pl/plperl/
H A Dplperl.c129 bool *arg_is_rowtype; /* is each arg composite? */ member
2199 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2804 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2905 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2908 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql12-client/postgresql-12.9/src/pl/plperl/
H A Dplperl.c126 bool *arg_is_rowtype; /* is each arg composite? */ member
2210 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2815 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2916 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2919 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql11-server/postgresql-11.14/src/pl/plperl/
H A Dplperl.c129 bool *arg_is_rowtype; /* is each arg composite? */ member
2199 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2804 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2905 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2908 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/pl/plperl/
H A Dplperl.c125 bool *arg_is_rowtype; /* is each arg composite? */ member
2187 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2790 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2889 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2892 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql14-server/postgresql-14.1/src/pl/plperl/
H A Dplperl.c125 bool *arg_is_rowtype; /* is each arg composite? */ member
2187 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2790 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2889 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2892 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql14-docs/postgresql-14.1/src/pl/plperl/
H A Dplperl.c125 bool *arg_is_rowtype; /* is each arg composite? */ member
2187 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2790 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2889 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2892 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/pl/plperl/
H A Dplperl.c125 bool *arg_is_rowtype; /* is each arg composite? */ member
2187 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2790 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2889 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2892 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/pl/plperl/
H A Dplperl.c125 bool *arg_is_rowtype; /* is each arg composite? */ member
2187 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2790 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2889 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2892 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/pl/plperl/
H A Dplperl.c125 bool *arg_is_rowtype; /* is each arg composite? */ member
2190 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2793 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2894 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2897 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/pl/plperl/
H A Dplperl.c125 bool *arg_is_rowtype; /* is each arg composite? */ member
2187 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2790 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2889 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2892 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql14-client/postgresql-14.1/src/pl/plperl/
H A Dplperl.c125 bool *arg_is_rowtype; /* is each arg composite? */ member
2187 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2790 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2889 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2892 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql13-server/postgresql-13.5/src/pl/plperl/
H A Dplperl.c125 bool *arg_is_rowtype; /* is each arg composite? */ member
2190 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2793 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2894 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2897 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql12-docs/postgresql-12.9/src/pl/plperl/
H A Dplperl.c126 bool *arg_is_rowtype; /* is each arg composite? */ member
2210 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2815 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2916 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2919 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/pl/plperl/
H A Dplperl.c126 bool *arg_is_rowtype; /* is each arg composite? */ member
2210 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2815 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2916 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2919 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql12-server/postgresql-12.9/src/pl/plperl/
H A Dplperl.c126 bool *arg_is_rowtype; /* is each arg composite? */ member
2210 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2815 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2916 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2919 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql13-client/postgresql-13.5/src/pl/plperl/
H A Dplperl.c125 bool *arg_is_rowtype; /* is each arg composite? */
2190 else if (desc->arg_is_rowtype[i])
2793 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool));
2894 prodesc->arg_is_rowtype[i] = true;
2897 prodesc->arg_is_rowtype[i] = false;
/dports/databases/postgresql13-contrib/postgresql-13.5/src/pl/plperl/
H A Dplperl.c125 bool *arg_is_rowtype; /* is each arg composite? */
2190 else if (desc->arg_is_rowtype[i])
2793 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool));
2894 prodesc->arg_is_rowtype[i] = true;
2897 prodesc->arg_is_rowtype[i] = false;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/pl/plperl/
H A Dplperl.c126 bool *arg_is_rowtype; /* is each arg composite? */ member
2210 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2815 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2916 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2919 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/pl/plperl/
H A Dplperl.c126 bool *arg_is_rowtype; /* is each arg composite? */ member
2210 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2815 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2916 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2919 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/pl/plperl/
H A Dplperl.c126 bool *arg_is_rowtype; /* is each arg composite? */ member
2210 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2815 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2916 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2919 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/pl/plperl/
H A Dplperl.c125 bool *arg_is_rowtype; /* is each arg composite? */ member
2190 else if (desc->arg_is_rowtype[i]) in plperl_call_perl_func()
2793 prodesc->arg_is_rowtype = (bool *) palloc0(prodesc->nargs * sizeof(bool)); in compile_plperl_function()
2894 prodesc->arg_is_rowtype[i] = true; in compile_plperl_function()
2897 prodesc->arg_is_rowtype[i] = false; in compile_plperl_function()

1234