Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

CachedPlan Struct Reference

#include <plancache.h>

Data Fields

int magic
Liststmt_list
bool is_oneshot
bool is_saved
bool is_valid
TransactionId saved_xmin
int generation
int refcount
MemoryContext context

Detailed Description

Definition at line 123 of file plancache.h.


Field Documentation

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 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().


The documentation for this struct was generated from the following file: