PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
execution_state Struct Reference

Data Fields

struct execution_statenext
 
ExecStatus status
 
bool setsResult
 
bool lazyEval
 
PlannedStmtstmt
 
QueryDescqd
 

Detailed Description

Definition at line 67 of file functions.c.

Field Documentation

◆ lazyEval

bool execution_state::lazyEval

Definition at line 72 of file functions.c.

Referenced by fmgr_sql(), init_execution_state(), postquel_getnext(), and postquel_start().

◆ next

struct execution_state* execution_state::next

Definition at line 69 of file functions.c.

Referenced by fmgr_sql(), init_execution_state(), and ShutdownSQLFunction().

◆ qd

QueryDesc* execution_state::qd

◆ setsResult

bool execution_state::setsResult

Definition at line 71 of file functions.c.

Referenced by init_execution_state(), and postquel_start().

◆ status

ExecStatus execution_state::status

◆ stmt

PlannedStmt* execution_state::stmt

Definition at line 73 of file functions.c.

Referenced by init_execution_state(), and postquel_start().


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