PostgreSQL Source Code git master
|
Definition at line 112 of file pgstatindex.c.
BlockNumber HashIndexStat::bitmap_pages |
Definition at line 119 of file pgstatindex.c.
Referenced by pgstathashindex().
BlockNumber HashIndexStat::bucket_pages |
Definition at line 117 of file pgstatindex.c.
Referenced by pgstathashindex().
int64 HashIndexStat::dead_items |
Definition at line 123 of file pgstatindex.c.
Referenced by GetHashPageStats(), and pgstathashindex().
uint64 HashIndexStat::free_space |
Definition at line 124 of file pgstatindex.c.
Referenced by GetHashPageStats(), and pgstathashindex().
int64 HashIndexStat::live_items |
Definition at line 122 of file pgstatindex.c.
Referenced by GetHashPageStats(), and pgstathashindex().
BlockNumber HashIndexStat::overflow_pages |
Definition at line 118 of file pgstatindex.c.
Referenced by pgstathashindex().
int32 HashIndexStat::space_per_page |
Definition at line 115 of file pgstatindex.c.
Referenced by pgstathashindex().
BlockNumber HashIndexStat::unused_pages |
Definition at line 120 of file pgstatindex.c.
Referenced by pgstathashindex().
int32 HashIndexStat::version |
Definition at line 114 of file pgstatindex.c.
Referenced by pgstathashindex().