Re: [COMMITTERS] pgsql: Add a Gather executor node.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [COMMITTERS] pgsql: Add a Gather executor node.
Дата
Msg-id 20170721110610.sywjgzff6j6yo2pb@alap3.anarazel.de
обсуждение исходный текст
Ответ на pgsql: Add a Gather executor node.  (Robert Haas <rhaas@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: [COMMITTERS] pgsql: Fix double shared memory allocation.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Re-establish postgres_fdw connections after server or usermappi