|
PostgreSQL Source Code git master
|
Data Fields | |
| SQLFunctionHashEntry * | func |
| bool | active |
| bool | lazyEvalOK |
| bool | shutdown_reg |
| bool | lazyEval |
| bool | randomAccess |
| bool | ownSubcontext |
| ParamListInfo | paramLI |
| Tuplestorestate * | tstore |
| MemoryContext | tscontext |
| 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 142 of file functions.c.
| bool SQLFunctionCache::active |
Definition at line 146 of file functions.c.
Referenced by fmgr_sql(), and init_sql_fcache().
| ResourceOwner SQLFunctionCache::cowner |
Definition at line 172 of file functions.c.
Referenced by init_execution_state(), and ShutdownSQLFunction().
| CachedPlan* SQLFunctionCache::cplan |
Definition at line 171 of file functions.c.
Referenced by init_execution_state(), init_sql_fcache(), and ShutdownSQLFunction().
| int SQLFunctionCache::error_query_index |
Definition at line 180 of file functions.c.
Referenced by init_execution_state(), init_sql_fcache(), and sql_exec_error_callback().
| execution_state* SQLFunctionCache::esarray |
Definition at line 176 of file functions.c.
Referenced by init_execution_state().
| int SQLFunctionCache::esarray_len |
Definition at line 177 of file functions.c.
Referenced by init_execution_state().
| execution_state* SQLFunctionCache::eslist |
Definition at line 175 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), init_sql_fcache(), and ShutdownSQLFunction().
| MemoryContext SQLFunctionCache::fcontext |
Definition at line 182 of file functions.c.
Referenced by init_execution_state(), init_sql_fcache(), postquel_start(), and postquel_sub_params().
| SQLFunctionHashEntry* SQLFunctionCache::func |
Definition at line 144 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 159 of file functions.c.
Referenced by init_execution_state().
| MemoryContext SQLFunctionCache::jfcontext |
Definition at line 184 of file functions.c.
Referenced by init_execution_state().
| JunkFilter* SQLFunctionCache::junkFilter |
Definition at line 158 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), init_sql_fcache(), and postquel_start().
| bool SQLFunctionCache::lazyEval |
Definition at line 149 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), and init_sql_fcache().
| bool SQLFunctionCache::lazyEvalOK |
Definition at line 147 of file functions.c.
Referenced by init_execution_state(), and init_sql_fcache().
| MemoryContextCallback SQLFunctionCache::mcb |
Definition at line 189 of file functions.c.
Referenced by init_sql_fcache().
| int SQLFunctionCache::next_query_index |
Definition at line 173 of file functions.c.
Referenced by init_execution_state(), and init_sql_fcache().
| bool SQLFunctionCache::ownSubcontext |
Definition at line 151 of file functions.c.
Referenced by postquel_end(), and postquel_start().
| ParamListInfo SQLFunctionCache::paramLI |
Definition at line 153 of file functions.c.
Referenced by init_execution_state(), postquel_start(), and postquel_sub_params().
| bool SQLFunctionCache::randomAccess |
Definition at line 150 of file functions.c.
Referenced by fmgr_sql(), and postquel_start().
| bool SQLFunctionCache::shutdown_reg |
Definition at line 148 of file functions.c.
Referenced by fmgr_sql(), init_sql_fcache(), and ShutdownSQLFunction().
| MemoryContext SQLFunctionCache::subcontext |
Definition at line 186 of file functions.c.
Referenced by postquel_end(), postquel_getnext(), and postquel_start().
| MemoryContext SQLFunctionCache::tscontext |
Definition at line 156 of file functions.c.
Referenced by fmgr_sql(), and postquel_start().
| Tuplestorestate* SQLFunctionCache::tstore |
Definition at line 155 of file functions.c.
Referenced by fmgr_sql(), init_sql_fcache(), postquel_start(), and ShutdownSQLFunction().