PostgreSQL Source Code git master
|
Data Fields | |
SQLFunctionHashEntry * | func |
bool | lazyEvalOK |
bool | shutdown_reg |
bool | lazyEval |
bool | ownSubcontext |
ParamListInfo | paramLI |
Tuplestorestate * | tstore |
JunkFilter * | junkFilter |
int | jf_generation |
CachedPlan * | cplan |
ResourceOwner | cowner |
int | next_query_index |
execution_state * | eslist |
execution_state * | esarray |
int | esarray_len |
int | error_query_index |
MemoryContext | fcontext |
MemoryContext | jfcontext |
MemoryContext | subcontext |
MemoryContextCallback | mcb |
Definition at line 141 of file functions.c.
ResourceOwner SQLFunctionCache::cowner |
Definition at line 168 of file functions.c.
Referenced by init_execution_state(), and ShutdownSQLFunction().
CachedPlan* SQLFunctionCache::cplan |
Definition at line 167 of file functions.c.
Referenced by init_execution_state(), and ShutdownSQLFunction().
int SQLFunctionCache::error_query_index |
Definition at line 176 of file functions.c.
Referenced by init_execution_state(), init_sql_fcache(), and sql_exec_error_callback().
execution_state* SQLFunctionCache::esarray |
Definition at line 172 of file functions.c.
Referenced by init_execution_state().
int SQLFunctionCache::esarray_len |
Definition at line 173 of file functions.c.
Referenced by init_execution_state().
execution_state* SQLFunctionCache::eslist |
Definition at line 171 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), init_sql_fcache(), and ShutdownSQLFunction().
MemoryContext SQLFunctionCache::fcontext |
Definition at line 178 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), init_sql_fcache(), postquel_start(), and postquel_sub_params().
SQLFunctionHashEntry* SQLFunctionCache::func |
Definition at line 143 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), init_sql_fcache(), postquel_get_single_result(), postquel_getnext(), postquel_start(), postquel_sub_params(), RemoveSQLFunctionCache(), ShutdownSQLFunction(), and sql_exec_error_callback().
int SQLFunctionCache::jf_generation |
Definition at line 155 of file functions.c.
Referenced by init_execution_state().
MemoryContext SQLFunctionCache::jfcontext |
Definition at line 180 of file functions.c.
Referenced by init_execution_state().
JunkFilter* SQLFunctionCache::junkFilter |
Definition at line 154 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), init_sql_fcache(), and postquel_start().
bool SQLFunctionCache::lazyEval |
Definition at line 147 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), and init_sql_fcache().
bool SQLFunctionCache::lazyEvalOK |
Definition at line 145 of file functions.c.
Referenced by init_execution_state(), and init_sql_fcache().
MemoryContextCallback SQLFunctionCache::mcb |
Definition at line 185 of file functions.c.
Referenced by init_sql_fcache().
int SQLFunctionCache::next_query_index |
Definition at line 169 of file functions.c.
Referenced by init_execution_state(), and init_sql_fcache().
bool SQLFunctionCache::ownSubcontext |
Definition at line 148 of file functions.c.
Referenced by postquel_end(), and postquel_start().
ParamListInfo SQLFunctionCache::paramLI |
Definition at line 150 of file functions.c.
Referenced by init_execution_state(), postquel_start(), and postquel_sub_params().
bool SQLFunctionCache::shutdown_reg |
Definition at line 146 of file functions.c.
Referenced by fmgr_sql(), and ShutdownSQLFunction().
MemoryContext SQLFunctionCache::subcontext |
Definition at line 182 of file functions.c.
Referenced by postquel_end(), postquel_getnext(), and postquel_start().
Tuplestorestate* SQLFunctionCache::tstore |
Definition at line 152 of file functions.c.
Referenced by fmgr_sql(), postquel_start(), and ShutdownSQLFunction().