Use a shutdown callback to clear setArgsValid in a FuncExprState that is
Tom Lane <tgl@sss.pgh.pa.us>
Use a shutdown callback to clear setArgsValid in a FuncExprState that is evaluating a set-valued function. This fixes some additional problems with rescanning partially-evaluated SRFs.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execQual.c | modified | +26 −1 |
| src/include/nodes/execnodes.h | modified | +8 −1 |