pgsql: Move symbols for ExecMergeJoin's state machine into nodeMergejoi - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Move symbols for ExecMergeJoin's state machine into nodeMergejoi
Date
Msg-id E1PYVQT-0006jd-6l@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.