PostgreSQL Source Code  git master
BTIndexStat Struct Reference

Data Fields

uint32 version
 
uint32 level
 
BlockNumber root_blkno
 
uint64 internal_pages
 
uint64 leaf_pages
 
uint64 empty_pages
 
uint64 deleted_pages
 
uint64 max_avail
 
uint64 free_space
 
uint64 fragments
 

Detailed Description

Definition at line 80 of file pgstatindex.c.

Field Documentation

◆ deleted_pages

uint64 BTIndexStat::deleted_pages

Definition at line 89 of file pgstatindex.c.

Referenced by pgstatindex_impl().

◆ empty_pages

uint64 BTIndexStat::empty_pages

Definition at line 88 of file pgstatindex.c.

Referenced by pgstatindex_impl().

◆ fragments

uint64 BTIndexStat::fragments

Definition at line 94 of file pgstatindex.c.

Referenced by pgstatindex_impl().

◆ free_space

uint64 BTIndexStat::free_space

Definition at line 92 of file pgstatindex.c.

Referenced by pgstatindex_impl().

◆ internal_pages

uint64 BTIndexStat::internal_pages

Definition at line 86 of file pgstatindex.c.

Referenced by pgstatindex_impl().

◆ leaf_pages

uint64 BTIndexStat::leaf_pages

Definition at line 87 of file pgstatindex.c.

Referenced by pgstatindex_impl().

◆ level

uint32 BTIndexStat::level

Definition at line 83 of file pgstatindex.c.

Referenced by pgstatindex_impl().

◆ max_avail

uint64 BTIndexStat::max_avail

Definition at line 91 of file pgstatindex.c.

Referenced by pgstatindex_impl().

◆ root_blkno

BlockNumber BTIndexStat::root_blkno

Definition at line 84 of file pgstatindex.c.

Referenced by pgstatindex_impl().

◆ version

uint32 BTIndexStat::version

Definition at line 82 of file pgstatindex.c.

Referenced by pgstatindex_impl().


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