PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TidStore Struct Reference

Data Fields

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

◆ local

local_ts_radix_tree* TidStore::local

◆ rt_context

MemoryContext TidStore::rt_context

Definition at line 120 of file tidstore.c.

Referenced by TidStoreCreateLocal(), and TidStoreDestroy().

◆ shared

◆ 


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