PostgreSQL Source Code git master
MergeActionState Struct Reference

#include <execnodes.h>

Data Fields

NodeTag type
 
MergeActionmas_action
 
ProjectionInfomas_proj
 
ExprStatemas_whenqual
 

Detailed Description

Definition at line 439 of file execnodes.h.

Field Documentation

◆ mas_action

MergeAction* MergeActionState::mas_action

◆ mas_proj

ProjectionInfo* MergeActionState::mas_proj

Definition at line 444 of file execnodes.h.

Referenced by ExecInitMerge(), ExecInitPartitionInfo(), and ExecMergeMatched().

◆ mas_whenqual

ExprState* MergeActionState::mas_whenqual

Definition at line 446 of file execnodes.h.

Referenced by ExecInitMerge(), ExecInitPartitionInfo(), and ExecMergeMatched().

◆ type

NodeTag MergeActionState::type

Definition at line 441 of file execnodes.h.


The documentation for this struct was generated from the following file: