Header And Logo

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

Data Fields

PlannedStmt Struct Reference

#include <plannodes.h>

Data Fields

NodeTag type
CmdType commandType
uint32 queryId
bool hasReturning
bool hasModifyingCTE
bool canSetTag
bool transientPlan
struct PlanplanTree
Listrtable
ListresultRelations
NodeutilityStmt
Listsubplans
BitmapsetrewindPlanIDs
ListrowMarks
ListrelationOids
ListinvalItems
int nParamExec

Detailed Description

Definition at line 34 of file plannodes.h.


Field Documentation

Definition at line 46 of file plannodes.h.

Referenced by ChoosePortalStrategy(), PortalRunMulti(), and standard_planner().

Definition at line 67 of file plannodes.h.

Referenced by PlanCacheFuncCallback(), and standard_planner().

Definition at line 40 of file plannodes.h.

Referenced by pgss_ExecutorEnd(), pgss_ExecutorStart(), and standard_planner().

Definition at line 65 of file plannodes.h.

Referenced by PlanCacheRelCallback(), and standard_planner().

Definition at line 55 of file plannodes.h.

Referenced by AcquireExecutorLocks(), InitPlan(), and standard_planner().

Definition at line 61 of file plannodes.h.

Referenced by InitPlan(), and standard_planner().

Definition at line 59 of file plannodes.h.

Referenced by EvalPlanQualStart(), InitPlan(), and standard_planner().

Definition at line 48 of file plannodes.h.

Referenced by plan_list_is_transient(), and standard_planner().

Definition at line 36 of file plannodes.h.


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