PostgreSQL Source Code git master
|
#include <radixtree.h>
Data Fields | |
RT_NODE | base |
bitmapword | isset [RT_BM_IDX(RT_FANOUT_256)] |
RT_PTR_ALLOC | children [RT_FANOUT_256] |
Definition at line 568 of file radixtree.h.
RT_NODE RT_NODE_256::base |
Definition at line 570 of file radixtree.h.
Referenced by RT_ADD_CHILD_256(), and RT_VERIFY_NODE().
RT_PTR_ALLOC RT_NODE_256::children[RT_FANOUT_256] |
Definition at line 576 of file radixtree.h.
Referenced by RT_NODE_256_GET_CHILD().
bitmapword RT_NODE_256::isset[RT_BM_IDX(RT_FANOUT_256)] |
Definition at line 573 of file radixtree.h.
Referenced by RT_ADD_CHILD_256(), RT_NODE_256_IS_CHUNK_USED(), and RT_VERIFY_NODE().