]> granicus.if.org Git - postgresql/commit
Use a shutdown callback to clear setArgsValid in a FuncExprState that is
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Dec 2003 22:23:55 +0000 (22:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Dec 2003 22:23:55 +0000 (22:23 +0000)
commitcf88f005f2662fd1dec2206d0ce1f3ab316c54e0
treef70642e57a21264106fd80d821ad457f504c5236
parent3434f9e4df68e496399f8e0c99b9c20a1870d822
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.
src/backend/executor/execQual.c
src/include/nodes/execnodes.h