Home
last modified time | relevance | path

Searched refs:setexpr (Results 1 – 25 of 1030) sorted by relevance

12345678910>>...42

/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr,
135 funcrettype = exprType((Node *) setexpr->expr);
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args)));
169 if (!setexpr->elidedFuncState)
174 returnsSet = setexpr->funcReturnsSet;
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func),
176 list_length(setexpr->args),
177 setexpr->fcinfo->fncollation,
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext);
188 if (setexpr->func.fn_strict)
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr,
135 funcrettype = exprType((Node *) setexpr->expr);
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args)));
169 if (!setexpr->elidedFuncState)
174 returnsSet = setexpr->funcReturnsSet;
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func),
176 list_length(setexpr->args),
177 setexpr->fcinfo->fncollation,
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext);
188 if (setexpr->func.fn_strict)
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr,
135 funcrettype = exprType((Node *) setexpr->expr);
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args)));
169 if (!setexpr->elidedFuncState)
174 returnsSet = setexpr->funcReturnsSet;
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func),
176 list_length(setexpr->args),
177 setexpr->fcinfo->fncollation,
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext);
188 if (setexpr->func.fn_strict)
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
135 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
157 fcinfo = palloc(SizeForFunctionCallInfo(list_length(setexpr->args))); in ExecMakeTableFunctionResult()
169 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
174 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
175 InitFunctionCallInfoData(*fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
176 list_length(setexpr->args), in ExecMakeTableFunctionResult()
177 setexpr->fcinfo->fncollation, in ExecMakeTableFunctionResult()
181 ExecEvalFuncArgs(fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
188 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
122 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
154 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
159 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
160 InitFunctionCallInfoData(fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
161 list_length(setexpr->args), in ExecMakeTableFunctionResult()
162 setexpr->fcinfo_data.fncollation, in ExecMakeTableFunctionResult()
177 ExecEvalFuncArgs(&fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
185 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
225 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
122 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
154 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
159 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
160 InitFunctionCallInfoData(fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
161 list_length(setexpr->args), in ExecMakeTableFunctionResult()
162 setexpr->fcinfo_data.fncollation, in ExecMakeTableFunctionResult()
177 ExecEvalFuncArgs(&fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
185 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
225 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
122 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
154 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
159 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
160 InitFunctionCallInfoData(fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
161 list_length(setexpr->args), in ExecMakeTableFunctionResult()
162 setexpr->fcinfo_data.fncollation, in ExecMakeTableFunctionResult()
177 ExecEvalFuncArgs(&fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
185 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
225 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DexecSRF.c101 ExecMakeTableFunctionResult(SetExprState *setexpr, in ExecMakeTableFunctionResult() argument
122 funcrettype = exprType((Node *) setexpr->expr); in ExecMakeTableFunctionResult()
154 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
159 returnsSet = setexpr->funcReturnsSet; in ExecMakeTableFunctionResult()
160 InitFunctionCallInfoData(fcinfo, &(setexpr->func), in ExecMakeTableFunctionResult()
161 list_length(setexpr->args), in ExecMakeTableFunctionResult()
162 setexpr->fcinfo_data.fncollation, in ExecMakeTableFunctionResult()
177 ExecEvalFuncArgs(&fcinfo, setexpr->args, econtext); in ExecMakeTableFunctionResult()
185 if (setexpr->func.fn_strict) in ExecMakeTableFunctionResult()
225 if (!setexpr->elidedFuncState) in ExecMakeTableFunctionResult()
[all …]

12345678910>>...42