PostgreSQL Source Code
git master
|
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 |
Definition at line 115 of file pgstatindex.c.
BlockNumber HashIndexStat::bitmap_pages |
Definition at line 122 of file pgstatindex.c.
Referenced by pgstathashindex().
BlockNumber HashIndexStat::bucket_pages |
Definition at line 120 of file pgstatindex.c.
Referenced by pgstathashindex().
int64 HashIndexStat::dead_items |
Definition at line 126 of file pgstatindex.c.
Referenced by GetHashPageStats(), and pgstathashindex().
uint64 HashIndexStat::free_space |
Definition at line 127 of file pgstatindex.c.
Referenced by GetHashPageStats(), and pgstathashindex().
int64 HashIndexStat::live_items |
Definition at line 125 of file pgstatindex.c.
Referenced by GetHashPageStats(), and pgstathashindex().
BlockNumber HashIndexStat::overflow_pages |
Definition at line 121 of file pgstatindex.c.
Referenced by pgstathashindex().
int32 HashIndexStat::space_per_page |
Definition at line 118 of file pgstatindex.c.
Referenced by pgstathashindex().
BlockNumber HashIndexStat::unused_pages |
Definition at line 123 of file pgstatindex.c.
Referenced by pgstathashindex().
int32 HashIndexStat::version |
Definition at line 117 of file pgstatindex.c.
Referenced by pgstathashindex().