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