Create a new 'MultiExecProcNode' call API for plan nodes that don't

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d8b1bf47918aafdc515729624ad1ec2db4b91d14
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-16T20:07:35Z
Releases: 8.1.0
Create a new 'MultiExecProcNode' call API for plan nodes that don't
return just a single tuple at a time.  Currently the only such node
type is Hash, but I expect we will soon have indexscans that can return
tuple bitmaps.  A side benefit is that EXPLAIN ANALYZE now shows the
correct tuple count for a Hash node.

Files