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