PostgreSQL Source Code  git master
execution_state Struct Reference

Data Fields

struct execution_statenext
 
ExecStatus status
 
bool setsResult
 
bool lazyEval
 
PlannedStmtstmt
 
QueryDescqd
 

Detailed Description

Definition at line 65 of file functions.c.

Field Documentation

◆ lazyEval

bool execution_state::lazyEval

Definition at line 70 of file functions.c.

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

◆ next

struct execution_state* execution_state::next

◆ qd

◆ setsResult

bool execution_state::setsResult

Definition at line 69 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 71 of file functions.c.

Referenced by init_execution_state(), and postquel_start().


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