Re: [COMMITTERS] pgsql: Add a Gather executor node. - Mailing list pgsql-committers

From Andres Freund
Subject Re: [COMMITTERS] pgsql: Add a Gather executor node.
Date
Msg-id 20170721110610.sywjgzff6j6yo2pb@alap3.anarazel.de
Whole thread Raw
In response to pgsql: Add a Gather executor node.  (Robert Haas <rhaas@postgresql.org>)
List pgsql-committers
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


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: [COMMITTERS] pgsql: Fix double shared memory allocation.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Re-establish postgres_fdw connections after server or usermappi