pgsql: Add "LP_DEAD item?" column to GiST pageinspect functions

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Add "LP_DEAD item?" column to GiST pageinspect functions
Дата
Msg-id E1lBVF1-0007M6-Up@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add "LP_DEAD item?" column to GiST pageinspect functions

This brings gist_page_items() and gist_page_items_bytea() in line with
nbtree's bt_page_items() function.

Minor follow-up to commit 756ab291, which added the GiST functions.

Author: Andrey Borodin <x4mmm@yandex-team.ru>
Discussion: https://postgr.es/m/E0794687-7315-4C29-A9C7-EC54D448596D@yandex-team.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e596b65f430fcb942685b41860b323398a88873

Modified Files
--------------
contrib/pageinspect/expected/gist.out         | 32 ++++++++++++------------
contrib/pageinspect/gistfuncs.c               | 18 ++++++++------
contrib/pageinspect/pageinspect--1.8--1.9.sql |  2 ++
doc/src/sgml/pageinspect.sgml                 | 36 +++++++++++++--------------
4 files changed, 46 insertions(+), 42 deletions(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Avoid misinterpreting GiST pages in pageinspect.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: Add functions to 'pageinspect' to inspect GiST indexes.