PostgreSQL Source Code git master
|
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 |
Definition at line 77 of file pgstatindex.c.
uint64 BTIndexStat::deleted_pages |
Definition at line 86 of file pgstatindex.c.
Referenced by pgstatindex_impl().
uint64 BTIndexStat::empty_pages |
Definition at line 85 of file pgstatindex.c.
Referenced by pgstatindex_impl().
uint64 BTIndexStat::fragments |
Definition at line 91 of file pgstatindex.c.
Referenced by pgstatindex_impl().
uint64 BTIndexStat::free_space |
Definition at line 89 of file pgstatindex.c.
Referenced by pgstatindex_impl().
uint64 BTIndexStat::internal_pages |
Definition at line 83 of file pgstatindex.c.
Referenced by pgstatindex_impl().
uint64 BTIndexStat::leaf_pages |
Definition at line 84 of file pgstatindex.c.
Referenced by pgstatindex_impl().
uint32 BTIndexStat::level |
Definition at line 80 of file pgstatindex.c.
Referenced by pgstatindex_impl().
uint64 BTIndexStat::max_avail |
Definition at line 88 of file pgstatindex.c.
Referenced by pgstatindex_impl().
BlockNumber BTIndexStat::root_blkno |
Definition at line 81 of file pgstatindex.c.
Referenced by pgstatindex_impl().
uint32 BTIndexStat::version |
Definition at line 79 of file pgstatindex.c.
Referenced by pgstatindex_impl().