PostgreSQL Source Code
git master
|
Data Fields | |
IndexInfo * | indexInfo |
double | tupleFract |
VacAttrStats ** | vacattrstats |
int | attr_cnt |
int AnlIndexData::attr_cnt |
Definition at line 78 of file analyze.c.
Referenced by compute_index_stats(), and do_analyze_rel().
IndexInfo* AnlIndexData::indexInfo |
Definition at line 75 of file analyze.c.
Referenced by compute_index_stats(), and do_analyze_rel().
double AnlIndexData::tupleFract |
Definition at line 76 of file analyze.c.
Referenced by compute_index_stats(), and do_analyze_rel().
VacAttrStats** AnlIndexData::vacattrstats |
Definition at line 77 of file analyze.c.
Referenced by compute_index_stats(), and do_analyze_rel().