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

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add "LP_DEAD item?" column to GiST pageinspect functions
Date: 2021-02-15 04:12:07
Message-ID: E1lBVF1-0007M6-Up@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)yandex-team(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-02-15 04:12:28 Re: pgsql: Add functions to 'pageinspect' to inspect GiST indexes.
Previous Message Peter Geoghegan 2021-02-15 03:44:25 pgsql: Avoid misinterpreting GiST pages in pageinspect.