PostgreSQL Source Code
git master
|
#include <ltree.h>
Data Fields | |
int32 | val |
uint16 | len |
uint8 | flag |
char | name [FLEXIBLE_ARRAY_MEMBER] |
uint8 lquery_variant::flag |
Definition at line 62 of file ltree.h.
Referenced by checkLevel(), deparse_lquery(), and parse_lquery().
uint16 lquery_variant::len |
Definition at line 61 of file ltree.h.
Referenced by checkLevel(), deparse_lquery(), gist_tqcmp(), and parse_lquery().
char lquery_variant::name[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 63 of file ltree.h.
Referenced by checkLevel(), deparse_lquery(), gist_tqcmp(), and parse_lquery().
int32 lquery_variant::val |
Definition at line 60 of file ltree.h.
Referenced by gist_qe(), and parse_lquery().