PostgreSQL Source Code  git master
QueryDesc Struct Reference

#include <execdesc.h>

Data Fields

CmdType operation
 
PlannedStmtplannedstmt
 
const char * sourceText
 
Snapshot snapshot
 
Snapshot crosscheck_snapshot
 
DestReceiverdest
 
ParamListInfo params
 
QueryEnvironmentqueryEnv
 
int instrument_options
 
TupleDesc tupDesc
 
EStateestate
 
PlanStateplanstate
 
bool already_executed
 
struct Instrumentationtotaltime
 

Detailed Description

Definition at line 33 of file execdesc.h.

Field Documentation

◆ already_executed

bool QueryDesc::already_executed

Definition at line 52 of file execdesc.h.

Referenced by CreateQueryDesc(), and standard_ExecutorRun().

◆ crosscheck_snapshot

Snapshot QueryDesc::crosscheck_snapshot

Definition at line 40 of file execdesc.h.

Referenced by CreateQueryDesc(), FreeQueryDesc(), and standard_ExecutorStart().

◆ dest

◆ estate

◆ instrument_options

int QueryDesc::instrument_options

◆ operation

◆ params

ParamListInfo QueryDesc::params

◆ plannedstmt

◆ planstate

◆ queryEnv

QueryEnvironment* QueryDesc::queryEnv

◆ snapshot

◆ sourceText

const char* QueryDesc::sourceText

◆ totaltime

◆ tupDesc


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