PostgreSQL Source Code
git master
|
Data Fields | |
int | varno |
AttrNumber | varattno |
AttrNumber | resno |
Bitmapset * | varnullingrels |
AttrNumber tlist_vinfo::resno |
Definition at line 45 of file setrefs.c.
Referenced by build_tlist_index(), build_tlist_index_other_vars(), and search_indexed_tlist_for_var().
AttrNumber tlist_vinfo::varattno |
Definition at line 44 of file setrefs.c.
Referenced by build_tlist_index(), build_tlist_index_other_vars(), and search_indexed_tlist_for_var().
int tlist_vinfo::varno |
Definition at line 43 of file setrefs.c.
Referenced by build_tlist_index(), build_tlist_index_other_vars(), and search_indexed_tlist_for_var().
Bitmapset* tlist_vinfo::varnullingrels |
Definition at line 46 of file setrefs.c.
Referenced by build_tlist_index(), build_tlist_index_other_vars(), and search_indexed_tlist_for_var().