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 421 of file execnodes.h.

Field Documentation

◆ mas_action

MergeAction* MergeActionState::mas_action

◆ mas_proj

ProjectionInfo* MergeActionState::mas_proj

Definition at line 426 of file execnodes.h.

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

◆ mas_whenqual

ExprState* MergeActionState::mas_whenqual

Definition at line 428 of file execnodes.h.

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

◆ type

NodeTag MergeActionState::type

Definition at line 423 of file execnodes.h.


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