PostgreSQL Source Code
git master
|
#include <ltree.h>
Data Fields | |
uint16 | len |
char | name [FLEXIBLE_ARRAY_MEMBER] |
uint16 ltree_level::len |
Definition at line 35 of file ltree.h.
Referenced by checkcondition_str(), checkLevel(), compare_subnode(), deparse_ltree(), gist_te(), gist_tqcmp(), hash_ltree(), hash_ltree_extended(), inner_isparent(), lca_inner(), ltree2text(), ltree_compare(), ltree_index(), ltree_to_plpython(), and parse_ltree().
char ltree_level::name[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 36 of file ltree.h.
Referenced by checkcondition_str(), checkLevel(), compare_subnode(), deparse_ltree(), gist_te(), gist_tqcmp(), hash_ltree(), hash_ltree_extended(), inner_isparent(), lca_inner(), ltree2text(), ltree_compare(), ltree_index(), ltree_to_plpython(), and parse_ltree().