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