PostgreSQL Source Code: BTIndexStat Struct Reference (original) (raw)
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.
◆ deleted_pages
uint64 BTIndexStat::deleted_pages
◆ empty_pages
uint64 BTIndexStat::empty_pages
◆ fragments
◆ free_space
uint64 BTIndexStat::free_space
◆ internal_pages
uint64 BTIndexStat::internal_pages
◆ leaf_pages
uint64 BTIndexStat::leaf_pages
◆ level
◆ max_avail
◆ root_blkno
◆ version
The documentation for this struct was generated from the following file:
- contrib/pgstattuple/pgstatindex.c