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