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)
commit86d95a1e6b9883aed3d828c7a347f82d990d6108
tree402a1f803f8e89a0c0bdb9c2207e461c4e97fa3d
parentb9b862a0f33a79d5ab60eaf0867285ef0841ff03
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