|
PostgreSQL Source Code git master
|
#include <plancache.h>
Data Fields | |
| int | magic |
| Node * | expr |
| bool | is_valid |
| List * | relationOids |
| List * | invalItems |
| MemoryContext | context |
| dlist_node | node |
Definition at line 187 of file plancache.h.
| MemoryContext CachedExpression::context |
Definition at line 195 of file plancache.h.
Referenced by FreeCachedExpression(), and GetCachedExpression().
| Node* CachedExpression::expr |
Definition at line 190 of file plancache.h.
Referenced by get_cast_hashentry(), and GetCachedExpression().
| List* CachedExpression::invalItems |
Definition at line 194 of file plancache.h.
Referenced by GetCachedExpression(), and PlanCacheObjectCallback().
| bool CachedExpression::is_valid |
Definition at line 191 of file plancache.h.
Referenced by get_cast_hashentry(), GetCachedExpression(), PlanCacheObjectCallback(), PlanCacheRelCallback(), and ResetPlanCache().
| int CachedExpression::magic |
Definition at line 189 of file plancache.h.
Referenced by FreeCachedExpression(), GetCachedExpression(), PlanCacheObjectCallback(), PlanCacheRelCallback(), and ResetPlanCache().
| dlist_node CachedExpression::node |
Definition at line 196 of file plancache.h.
Referenced by FreeCachedExpression(), and GetCachedExpression().
| List* CachedExpression::relationOids |
Definition at line 193 of file plancache.h.
Referenced by GetCachedExpression(), and PlanCacheRelCallback().