Explain unaccounted for space in pgstattuple.

Andrew Dunstan <andrew@dunslane.net>

Commit: 71f996d22125eb6cfdbee6094f44370aa8dec610
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2016-12-27T16:23:46Z
Releases: 10.0
Explain unaccounted for space in pgstattuple.

In addition to space accounted for by tuple_len, dead_tuple_len and
free_space, the table_len includes page overhead, the item pointers
table and padding bytes.

Backpatch to live branches.

Files

PathChange+/−
doc/src/sgml/pgstattuple.sgml modified +10 −0

Documentation touched