pgsql: Move symbols for ExecMergeJoin's state machine into nodeMergejoi

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Move symbols for ExecMergeJoin's state machine into nodeMergejoi
Дата
Msg-id E1PYVQT-0006jd-6l@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.

There's no reason for these values to be known anywhere else.  After
doing this, executor/execdefs.h is vestigial and can be removed.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=7b464015577e6e7544a7aacf19ca55b271e740ac

Modified Files
--------------
src/backend/executor/nodeMergejoin.c |   16 +++++++++++++++-
src/include/executor/execdefs.h      |   33 ---------------------------------
src/include/nodes/execnodes.h        |    2 +-
3 files changed, 16 insertions(+), 35 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.