pgsql: pageinspect: Fix gist_page_items() with included columns

2023-05-18 Thread Michael Paquier
pageinspect: Fix gist_page_items() with included columns Non-leaf pages of GiST indexes contain key attributes, leaf pages contain both key and non-key attributes, and gist_page_items() ignored the handling of non-key attributes. This caused a few problems when using gist_page_items() on a GiST i

pgsql: pageinspect: Fix gist_page_items() with included columns

2023-05-18 Thread Michael Paquier
pageinspect: Fix gist_page_items() with included columns Non-leaf pages of GiST indexes contain key attributes, leaf pages contain both key and non-key attributes, and gist_page_items() ignored the handling of non-key attributes. This caused a few problems when using gist_page_items() on a GiST i

pgsql: pageinspect: Fix gist_page_items() with included columns

2023-05-18 Thread Michael Paquier
pageinspect: Fix gist_page_items() with included columns Non-leaf pages of GiST indexes contain key attributes, leaf pages contain both key and non-key attributes, and gist_page_items() ignored the handling of non-key attributes. This caused a few problems when using gist_page_items() on a GiST i