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 195 of file plancache.h.
MemoryContext CachedExpression::context |
Definition at line 203 of file plancache.h.
Referenced by FreeCachedExpression(), and GetCachedExpression().
Node* CachedExpression::expr |
Definition at line 198 of file plancache.h.
Referenced by get_cast_hashentry(), and GetCachedExpression().
List* CachedExpression::invalItems |
Definition at line 202 of file plancache.h.
Referenced by GetCachedExpression(), and PlanCacheObjectCallback().
bool CachedExpression::is_valid |
Definition at line 199 of file plancache.h.
Referenced by get_cast_hashentry(), GetCachedExpression(), PlanCacheObjectCallback(), PlanCacheRelCallback(), and ResetPlanCache().
int CachedExpression::magic |
Definition at line 197 of file plancache.h.
Referenced by FreeCachedExpression(), GetCachedExpression(), PlanCacheObjectCallback(), PlanCacheRelCallback(), and ResetPlanCache().
dlist_node CachedExpression::node |
Definition at line 204 of file plancache.h.
Referenced by FreeCachedExpression(), and GetCachedExpression().
List* CachedExpression::relationOids |
Definition at line 201 of file plancache.h.
Referenced by GetCachedExpression(), and PlanCacheRelCallback().