PostgreSQL Source Code
git master
|
Data Fields | |
List * | tlist |
int | num_vars |
bool | has_ph_vars |
bool | has_non_vars |
tlist_vinfo | vars [FLEXIBLE_ARRAY_MEMBER] |
bool indexed_tlist::has_non_vars |
Definition at line 54 of file setrefs.c.
Referenced by build_tlist_index(), and build_tlist_index_other_vars().
bool indexed_tlist::has_ph_vars |
Definition at line 53 of file setrefs.c.
Referenced by build_tlist_index(), and build_tlist_index_other_vars().
int indexed_tlist::num_vars |
Definition at line 52 of file setrefs.c.
Referenced by build_tlist_index(), build_tlist_index_other_vars(), and search_indexed_tlist_for_var().
List* indexed_tlist::tlist |
Definition at line 51 of file setrefs.c.
Referenced by build_tlist_index(), build_tlist_index_other_vars(), search_indexed_tlist_for_non_var(), search_indexed_tlist_for_phv(), and search_indexed_tlist_for_sortgroupref().
tlist_vinfo indexed_tlist::vars[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 55 of file setrefs.c.
Referenced by build_tlist_index(), build_tlist_index_other_vars(), and search_indexed_tlist_for_var().