Header And Logo

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

Data Fields

EState Struct Reference

#include <execnodes.h>

Data Fields

NodeTag type
ScanDirection es_direction
Snapshot es_snapshot
Snapshot es_crosscheck_snapshot
List * es_range_table
PlannedStmt * es_plannedstmt
JunkFilter * es_junkFilter
CommandId es_output_cid
ResultRelInfo * es_result_relations
int es_num_result_relations
ResultRelInfo * es_result_relation_info
List * es_trig_target_relations
TupleTableSlot * es_trig_tuple_slot
TupleTableSlot * es_trig_oldtup_slot
TupleTableSlot * es_trig_newtup_slot
ParamListInfo es_param_list_info
ParamExecData * es_param_exec_vals
MemoryContext es_query_cxt
List * es_tupleTable
List * es_rowMarks
uint32 es_processed
Oid es_lastoid
int es_top_eflags
int es_instrument
bool es_finished
List * es_exprcontexts
List * es_subplanstates
List * es_auxmodifytables
ExprContext * es_per_tuple_exprcontext
HeapTuple * es_epqTuple
bool * es_epqTupleSet
bool * es_epqScanDone

Detailed Description

Definition at line 336 of file execnodes.h.


Field Documentation

Definition at line 385 of file execnodes.h.

Referenced by CreateExecutorState(), ExecInitModifyTable(), and ExecPostprocessPlan().

Definition at line 379 of file execnodes.h.

Referenced by CreateExecutorState(), standard_ExecutorEnd(), and standard_ExecutorFinish().

Definition at line 347 of file execnodes.h.

Referenced by CreateExecutorState(), EvalPlanQualStart(), ExecutePlan(), and InitPlan().

Definition at line 392 of file execnodes.h.

Referenced by CreateExecutorState(), and MakePerTupleExprContext().

Definition at line 345 of file execnodes.h.

Referenced by CreateExecutorState(), EvalPlanQualBegin(), EvalPlanQualStart(), and InitPlan().

Definition at line 361 of file execnodes.h.

Referenced by CreateExecutorState(), InitPlan(), and TriggerEnabled().

Definition at line 360 of file execnodes.h.

Referenced by CreateExecutorState(), InitPlan(), and TriggerEnabled().

Definition at line 338 of file execnodes.h.


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