Data Fields | |
uint32 | version |
uint32 | level |
BlockNumber | root_blkno |
uint64 | root_pages |
uint64 | internal_pages |
uint64 | leaf_pages |
uint64 | empty_pages |
uint64 | deleted_pages |
uint64 | max_avail |
uint64 | free_space |
uint64 | fragments |
Definition at line 69 of file pgstatindex.c.
uint64 BTIndexStat::deleted_pages |
Definition at line 79 of file pgstatindex.c.
Referenced by pgstatindex().
uint64 BTIndexStat::empty_pages |
Definition at line 78 of file pgstatindex.c.
Referenced by pgstatindex().
uint64 BTIndexStat::fragments |
Definition at line 84 of file pgstatindex.c.
Referenced by pgstatindex().
uint64 BTIndexStat::free_space |
Definition at line 82 of file pgstatindex.c.
Referenced by pgstatindex().
uint64 BTIndexStat::internal_pages |
Definition at line 76 of file pgstatindex.c.
Referenced by pgstatindex().
uint64 BTIndexStat::leaf_pages |
Definition at line 77 of file pgstatindex.c.
Referenced by pgstatindex().
Definition at line 72 of file pgstatindex.c.
Referenced by pgstatindex().
uint64 BTIndexStat::max_avail |
Definition at line 81 of file pgstatindex.c.
Referenced by pgstatindex().
Definition at line 73 of file pgstatindex.c.
Referenced by pgstatindex().
uint64 BTIndexStat::root_pages |
Definition at line 75 of file pgstatindex.c.
Referenced by pgstatindex().
Definition at line 71 of file pgstatindex.c.
Referenced by pgstatindex().