Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

ResultRelInfo Struct Reference

#include <execnodes.h>

Data Fields

NodeTag type
Index ri_RangeTableIndex
Relation ri_RelationDesc
int ri_NumIndices
RelationPtr ri_IndexRelationDescs
IndexInfo ** ri_IndexRelationInfo
TriggerDescri_TrigDesc
FmgrInfori_TrigFunctions
List ** ri_TrigWhenExprs
Instrumentationri_TrigInstrument
struct FdwRoutineri_FdwRoutine
void * ri_FdwState
List ** ri_ConstraintExprs
JunkFilterri_junkFilter
ProjectionInfori_projectReturning

Detailed Description

Definition at line 311 of file execnodes.h.


Field Documentation

Definition at line 325 of file execnodes.h.

Referenced by ExecRelCheck(), and InitResultRelInfo().

Definition at line 321 of file execnodes.h.

Referenced by InitResultRelInfo(), and TriggerEnabled().

Definition at line 313 of file execnodes.h.

Referenced by InitResultRelInfo().


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