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
Listes_range_table
PlannedStmtes_plannedstmt
JunkFilteres_junkFilter
CommandId es_output_cid
ResultRelInfoes_result_relations
int es_num_result_relations
ResultRelInfoes_result_relation_info
Listes_trig_target_relations
TupleTableSlotes_trig_tuple_slot
TupleTableSlotes_trig_oldtup_slot
TupleTableSlotes_trig_newtup_slot
ParamListInfo es_param_list_info
ParamExecDataes_param_exec_vals
MemoryContext es_query_cxt
Listes_tupleTable
Listes_rowMarks
uint32 es_processed
Oid es_lastoid
int es_top_eflags
int es_instrument
bool es_finished
Listes_exprcontexts
Listes_subplanstates
Listes_auxmodifytables
ExprContextes_per_tuple_exprcontext
HeapTuplees_epqTuple
booles_epqTupleSet
booles_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: