PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
NodeTag | type |
MergeAction * | mas_action |
ProjectionInfo * | mas_proj |
ExprState * | mas_whenqual |
Definition at line 439 of file execnodes.h.
MergeAction* MergeActionState::mas_action |
Definition at line 443 of file execnodes.h.
Referenced by ExecEvalMergeSupportFunc(), ExecInitMerge(), ExecInitPartitionInfo(), ExecInsert(), and ExecMergeMatched().
ProjectionInfo* MergeActionState::mas_proj |
Definition at line 444 of file execnodes.h.
Referenced by ExecInitMerge(), ExecInitPartitionInfo(), and ExecMergeMatched().
ExprState* MergeActionState::mas_whenqual |
Definition at line 446 of file execnodes.h.
Referenced by ExecInitMerge(), ExecInitPartitionInfo(), and ExecMergeMatched().
NodeTag MergeActionState::type |
Definition at line 441 of file execnodes.h.