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

Started by Peter Geogheganover 5 years ago1 messagescomitters
Jump to latest

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: /messages/by-id/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(-)