]> granicus.if.org Git - postgresql/commit
Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 May 2005 20:41:56 +0000 (20:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 May 2005 20:41:56 +0000 (20:41 +0000)
commit3b6073de7138ca948c07aec397ba65e147bdec6b
tree5391433d5adabdab2f6aa4016d856b3cafcf6ed6
parent8d6e9bca3783672b84318766fde0458435635fb8
Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not
want to handle set inputs, it should just pass NULL for isDone, not make
its own failure check.
src/backend/executor/execQual.c