PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
NodeTag | type |
int | cacheId |
uint32 | hashValue |
Definition at line 1325 of file plannodes.h.
int PlanInvalItem::cacheId |
Definition at line 1328 of file plannodes.h.
Referenced by PlanCacheObjectCallback(), record_plan_function_dependency(), and record_plan_type_dependency().
uint32 PlanInvalItem::hashValue |
Definition at line 1329 of file plannodes.h.
Referenced by PlanCacheObjectCallback(), record_plan_function_dependency(), and record_plan_type_dependency().
NodeTag PlanInvalItem::type |
Definition at line 1327 of file plannodes.h.