#include <plancache.h>
Data Fields | |
int | magic |
List * | stmt_list |
bool | is_oneshot |
bool | is_saved |
bool | is_valid |
TransactionId | saved_xmin |
int | generation |
int | refcount |
MemoryContext | context |
Definition at line 123 of file plancache.h.
Definition at line 135 of file plancache.h.
Referenced by BuildCachedPlan(), CachedPlanSetParentContext(), GetCachedPlan(), and ReleaseCachedPlan().
Definition at line 133 of file plancache.h.
Referenced by BuildCachedPlan(), exec_eval_simple_expr(), and exec_simple_recheck_plan().
Definition at line 128 of file plancache.h.
Referenced by BuildCachedPlan(), CheckCachedPlan(), and ReleaseCachedPlan().
Definition at line 129 of file plancache.h.
Referenced by BuildCachedPlan(), GetCachedPlan(), and ReleaseCachedPlan().
Definition at line 130 of file plancache.h.
Referenced by BuildCachedPlan(), CheckCachedPlan(), PlanCacheFuncCallback(), PlanCacheRelCallback(), ResetPlanCache(), and RevalidateCachedQuery().
Definition at line 125 of file plancache.h.
Referenced by BuildCachedPlan(), CachedPlanSetParentContext(), CheckCachedPlan(), GetCachedPlan(), ReleaseCachedPlan(), and ReleaseGenericPlan().
Definition at line 134 of file plancache.h.
Referenced by BuildCachedPlan(), CheckCachedPlan(), GetCachedPlan(), and ReleaseCachedPlan().
Definition at line 131 of file plancache.h.
Referenced by BuildCachedPlan(), and CheckCachedPlan().
Definition at line 126 of file plancache.h.
Referenced by _SPI_execute_plan(), BuildCachedPlan(), cached_plan_cost(), CheckCachedPlan(), exec_bind_message(), exec_simple_recheck_plan(), ExecuteQuery(), ExplainExecuteQuery(), PlanCacheFuncCallback(), PlanCacheRelCallback(), and SPI_cursor_open_internal().