Re: pgsql: Add a Gather executor node.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Robert Haas <rhaas(at)postgresql(dot)org>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add a Gather executor node.
Date: 2017-07-21 11:06:10
Message-ID: 20170721110610.sywjgzff6j6yo2pb@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-07-21 13:57:49 Re: [COMMITTERS] pgsql: Add a Gather executor node.
Previous Message Teodor Sigaev 2017-07-21 10:32:11 pgsql: Fix double shared memory allocation.

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-07-21 11:40:23 Re: segfault in HEAD when too many nested functions call
Previous Message Sokolov Yura 2017-07-21 10:49:40 Re: Small improvement to compactify_tuples