Data Fields | |
uint64 | table_len |
uint64 | tuple_count |
uint64 | tuple_len |
uint64 | dead_tuple_count |
uint64 | dead_tuple_len |
uint64 | free_space |
Definition at line 54 of file pgstattuple.c.
Definition at line 59 of file pgstattuple.c.
Referenced by build_pgstattuple_type(), pgstat_heap(), and pgstat_index_page().
Definition at line 60 of file pgstattuple.c.
Referenced by build_pgstattuple_type(), pgstat_heap(), and pgstat_index_page().
uint64 pgstattuple_type::free_space |
Definition at line 61 of file pgstattuple.c.
Referenced by build_pgstattuple_type(), pgstat_btree_page(), pgstat_hash_page(), pgstat_heap(), and pgstat_index_page().
uint64 pgstattuple_type::table_len |
Definition at line 56 of file pgstattuple.c.
Referenced by build_pgstattuple_type(), pgstat_heap(), and pgstat_index().
Definition at line 57 of file pgstattuple.c.
Referenced by build_pgstattuple_type(), pgstat_heap(), and pgstat_index_page().
uint64 pgstattuple_type::tuple_len |
Definition at line 58 of file pgstattuple.c.
Referenced by build_pgstattuple_type(), pgstat_heap(), and pgstat_index_page().