Hi,
On 2015-09-30 23:29:30 +, Robert Haas wrote:
> Add a Gather executor node.
> ...
> src/backend/executor/execProcnode.c | 46
I just noticed that this added a new execProcnode dispatch routine, but
didn't add that to the file's header
* INTERFACE ROUTINES
*
Add a Gather executor node.
A Gather executor node runs any number of copies of a plan in an equal
number of workers and merges all of the results into a single tuple
stream. It can also run the plan itself, if the workers are
unavailable or haven't started up yet. It is intended to work with
th