pgsql: Explain unaccounted for space in pgstattuple.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Explain unaccounted for space in pgstattuple.
Date: 2016-12-27 16:30:18
Message-ID: E1cLudm-0000hr-Kq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/71f996d22125eb6cfdbee6094f44370aa8dec610

Modified Files
--------------
doc/src/sgml/pgstattuple.sgml | 10 ++++++++++
1 file changed, 10 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2016-12-27 16:30:20 pgsql: Explain unaccounted for space in pgstattuple.
Previous Message Magnus Hagander 2016-12-27 09:40:51 pgsql: Don't rename .partial files in pg_receivexlog if an error occure