PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AnlIndexData Struct Reference

Data Fields

IndexInfoindexInfo
 
double tupleFract
 
VacAttrStats ** vacattrstats
 
int attr_cnt
 

Detailed Description

Definition at line 61 of file analyze.c.

Field Documentation

◆ attr_cnt

int AnlIndexData::attr_cnt

Definition at line 66 of file analyze.c.

Referenced by compute_index_stats(), and do_analyze_rel().

◆ indexInfo

IndexInfo* AnlIndexData::indexInfo

Definition at line 63 of file analyze.c.

Referenced by compute_index_stats(), and do_analyze_rel().

◆ tupleFract

double AnlIndexData::tupleFract

Definition at line 64 of file analyze.c.

Referenced by compute_index_stats(), and do_analyze_rel().

◆ vacattrstats

VacAttrStats** AnlIndexData::vacattrstats

Definition at line 65 of file analyze.c.

Referenced by compute_index_stats(), and do_analyze_rel().


The documentation for this struct was generated from the following file: