|
PostgreSQL Source Code git master
|
Data Fields | |
| MemoryContext | rt_context |
| union { | |
| local_ts_radix_tree * local | |
| shared_ts_radix_tree * shared | |
| } | tree |
| dsa_area * | area |
Definition at line 114 of file tidstore.c.
| dsa_area* TidStore::area |
Definition at line 130 of file tidstore.c.
Referenced by TidStoreAttach(), TidStoreCreateShared(), TidStoreDestroy(), TidStoreDetach(), and TidStoreGetDSA().
| local_ts_radix_tree* TidStore::local |
Definition at line 125 of file tidstore.c.
Referenced by TidStoreBeginIterate(), TidStoreCreateLocal(), TidStoreDestroy(), TidStoreIsMember(), TidStoreMemoryUsage(), and TidStoreSetBlockOffsets().
| MemoryContext TidStore::rt_context |
Definition at line 120 of file tidstore.c.
Referenced by TidStoreCreateLocal(), and TidStoreDestroy().
| shared_ts_radix_tree* TidStore::shared |
Definition at line 126 of file tidstore.c.
Referenced by TidStoreAttach(), TidStoreBeginIterate(), TidStoreCreateShared(), TidStoreDestroy(), TidStoreDetach(), TidStoreGetHandle(), TidStoreIsMember(), TidStoreLockExclusive(), TidStoreLockShare(), TidStoreMemoryUsage(), TidStoreSetBlockOffsets(), and TidStoreUnlock().
| union { ... } TidStore::tree |