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 175 of file plancache.h.
MemoryContext CachedExpression::context |
Definition at line 183 of file plancache.h.
Referenced by FreeCachedExpression(), and GetCachedExpression().
Node* CachedExpression::expr |
Definition at line 178 of file plancache.h.
Referenced by get_cast_hashentry(), and GetCachedExpression().
List* CachedExpression::invalItems |
Definition at line 182 of file plancache.h.
Referenced by GetCachedExpression(), and PlanCacheObjectCallback().
bool CachedExpression::is_valid |
Definition at line 179 of file plancache.h.
Referenced by get_cast_hashentry(), GetCachedExpression(), PlanCacheObjectCallback(), PlanCacheRelCallback(), and ResetPlanCache().
int CachedExpression::magic |
Definition at line 177 of file plancache.h.
Referenced by FreeCachedExpression(), GetCachedExpression(), PlanCacheObjectCallback(), PlanCacheRelCallback(), and ResetPlanCache().
dlist_node CachedExpression::node |
Definition at line 184 of file plancache.h.
Referenced by FreeCachedExpression(), and GetCachedExpression().
List* CachedExpression::relationOids |
Definition at line 181 of file plancache.h.
Referenced by GetCachedExpression(), and PlanCacheRelCallback().