PostgreSQL Source Code git master
|
Data Fields | |
struct execution_state * | next |
ExecStatus | status |
bool | setsResult |
bool | lazyEval |
PlannedStmt * | stmt |
QueryDesc * | qd |
Definition at line 67 of file functions.c.
bool execution_state::lazyEval |
Definition at line 72 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), postquel_getnext(), and postquel_start().
struct execution_state* execution_state::next |
Definition at line 69 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), and ShutdownSQLFunction().
QueryDesc* execution_state::qd |
Definition at line 74 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), postquel_end(), postquel_getnext(), postquel_start(), and ShutdownSQLFunction().
bool execution_state::setsResult |
Definition at line 71 of file functions.c.
Referenced by init_execution_state(), and postquel_start().
ExecStatus execution_state::status |
Definition at line 70 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), postquel_end(), postquel_start(), and ShutdownSQLFunction().
PlannedStmt* execution_state::stmt |
Definition at line 73 of file functions.c.
Referenced by init_execution_state(), and postquel_start().