|
PostgreSQL Source Code git master
|
#include <radixtree.h>
Data Fields | |
| uint8 | kind |
| uint8 | fanout |
| uint8 | count |
Definition at line 374 of file radixtree.h.
| uint8 RT_NODE::count |
Definition at line 394 of file radixtree.h.
Referenced by RT_ADD_CHILD_4(), RT_NODE_16_GET_INSERTPOS(), and RT_NODE_16_SEARCH_EQ().
| uint8 RT_NODE::fanout |
Definition at line 386 of file radixtree.h.
Referenced by RT_ALLOC_NODE().
| uint8 RT_NODE::kind |
Definition at line 377 of file radixtree.h.
Referenced by RT_ALLOC_NODE(), RT_NODE_INSERT(), RT_NODE_SEARCH(), and RT_VERIFY_NODE().