Hi,

On 2015-09-30 23:29:30 +0000, 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
 *              ExecInitNode    -               initialize a plan node and its 
subplans
 *              ExecProcNode    -               get a tuple by executing the 
plan node
 *              ExecEndNode             -               shut down a plan node 
and its subplans
 *

Greetings,

Andres Freund


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to