PostgreSQL Source Code  git master
HashIndexStat Struct Reference

Data Fields

int32 version
 
int32 space_per_page
 
BlockNumber bucket_pages
 
BlockNumber overflow_pages
 
BlockNumber bitmap_pages
 
BlockNumber unused_pages
 
int64 live_items
 
int64 dead_items
 
uint64 free_space
 

Detailed Description

Definition at line 115 of file pgstatindex.c.

Field Documentation

◆ bitmap_pages

BlockNumber HashIndexStat::bitmap_pages

Definition at line 122 of file pgstatindex.c.

Referenced by pgstathashindex().

◆ bucket_pages

BlockNumber HashIndexStat::bucket_pages

Definition at line 120 of file pgstatindex.c.

Referenced by pgstathashindex().

◆ dead_items

int64 HashIndexStat::dead_items

Definition at line 126 of file pgstatindex.c.

Referenced by GetHashPageStats(), and pgstathashindex().

◆ free_space

uint64 HashIndexStat::free_space

Definition at line 127 of file pgstatindex.c.

Referenced by GetHashPageStats(), and pgstathashindex().

◆ live_items

int64 HashIndexStat::live_items

Definition at line 125 of file pgstatindex.c.

Referenced by GetHashPageStats(), and pgstathashindex().

◆ overflow_pages

BlockNumber HashIndexStat::overflow_pages

Definition at line 121 of file pgstatindex.c.

Referenced by pgstathashindex().

◆ space_per_page

int32 HashIndexStat::space_per_page

Definition at line 118 of file pgstatindex.c.

Referenced by pgstathashindex().

◆ unused_pages

BlockNumber HashIndexStat::unused_pages

Definition at line 123 of file pgstatindex.c.

Referenced by pgstathashindex().

◆ version

int32 HashIndexStat::version

Definition at line 117 of file pgstatindex.c.

Referenced by pgstathashindex().


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