PostgreSQL Source Code  git master
CachedPlan Struct Reference

#include <plancache.h>

Data Fields

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

Detailed Description

Definition at line 147 of file plancache.h.

Field Documentation

◆ context

MemoryContext CachedPlan::context

Definition at line 160 of file plancache.h.

Referenced by CachedPlanSetParentContext().

◆ dependsOnRole

bool CachedPlan::dependsOnRole

Definition at line 155 of file plancache.h.

◆ generation

int CachedPlan::generation

Definition at line 158 of file plancache.h.

◆ is_oneshot

bool CachedPlan::is_oneshot

Definition at line 151 of file plancache.h.

◆ is_saved

bool CachedPlan::is_saved

Definition at line 152 of file plancache.h.

◆ is_valid

bool CachedPlan::is_valid

◆ magic

int CachedPlan::magic

Definition at line 149 of file plancache.h.

Referenced by CachedPlanSetParentContext().

◆ planRoleId

Oid CachedPlan::planRoleId

Definition at line 154 of file plancache.h.

◆ refcount

int CachedPlan::refcount

Definition at line 159 of file plancache.h.

◆ saved_xmin

TransactionId CachedPlan::saved_xmin

Definition at line 156 of file plancache.h.

◆ stmt_list


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