[COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема [COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple.
Дата
Msg-id E1cLudm-0000hr-Kq@gemulon.postgresql.org
обсуждение исходный текст
Список 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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: [COMMITTERS] pgsql: Don't rename .partial files in pg_receivexlog if an erroroccure
Следующее
От: Andrew Dunstan
Дата:
Сообщение: [COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple.