PostgreSQL Source Code  git master
TidStore Struct Reference

Data Fields

MemoryContext context
 
MemoryContext rt_context
 
union {
   local_ts_radix_tree *   local
 
   shared_ts_radix_tree *   shared
 
tree
 
dsa_areaarea
 

Detailed Description

Definition at line 114 of file tidstore.c.

Field Documentation

◆ area

dsa_area* TidStore::area

◆ context

MemoryContext TidStore::context

Definition at line 117 of file tidstore.c.

Referenced by TidStoreCreateLocal(), and TidStoreCreateShared().

◆ local

local_ts_radix_tree* TidStore::local

◆ rt_context

MemoryContext TidStore::rt_context

Definition at line 120 of file tidstore.c.

Referenced by TidStoreCreateLocal(), TidStoreCreateShared(), and TidStoreDestroy().

◆ shared

◆ 


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