mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
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.
This commit is contained in:
@ -1425,7 +1425,7 @@ typedef struct NestLoopState
|
||||
*
|
||||
* NumClauses number of mergejoinable join clauses
|
||||
* Clauses info for each mergejoinable clause
|
||||
* JoinState current "state" of join. see execdefs.h
|
||||
* JoinState current state of ExecMergeJoin state machine
|
||||
* ExtraMarks true to issue extra Mark operations on inner scan
|
||||
* ConstFalseJoin true if we have a constant-false joinqual
|
||||
* FillOuter true if should emit unjoined outer tuples anyway
|
||||
|
Reference in New Issue
Block a user