[COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple. - Mailing list pgsql-committers

From Andrew Dunstan
Subject [COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple.
Date
Msg-id E1cLudq-0000ih-Ct@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f60daa3bdc2d268077cf618b170ebe4443ed6377

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple.
Next
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple.