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 <[email protected]> Discussion: https://postgr.es/m/[email protected] 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(-)
