PostgreSQL Source Code: SQLFunctionCache Struct Reference (original) (raw)
| 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.
◆ active
bool SQLFunctionCache::active
◆ cowner
◆ cplan
◆ error_query_index
int SQLFunctionCache::error_query_index
◆ esarray
◆ esarray_len
int SQLFunctionCache::esarray_len
◆ eslist
◆ fcontext
◆ func
◆ jf_generation
int SQLFunctionCache::jf_generation
◆ jfcontext
◆ junkFilter
◆ lazyEval
bool SQLFunctionCache::lazyEval
◆ lazyEvalOK
bool SQLFunctionCache::lazyEvalOK
◆ mcb
◆ next_query_index
int SQLFunctionCache::next_query_index
◆ ownSubcontext
bool SQLFunctionCache::ownSubcontext
◆ paramLI
◆ randomAccess
bool SQLFunctionCache::randomAccess
◆ shutdown_reg
bool SQLFunctionCache::shutdown_reg
◆ subcontext
◆ tscontext
◆ tstore
The documentation for this struct was generated from the following file:
- src/backend/executor/functions.c