pgsql: Show empty BRIN ranges in brin_page_items

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Show empty BRIN ranges in brin_page_items
Date: 2023-05-19 00:13:26
Message-ID: E1pznkM-000a8s-Ua@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Show empty BRIN ranges in brin_page_items

Commit 3581cbdcd6 added a flag to identify empty BRIN ranges. This adds
the new flag to brin_page_items() output.

This is kept as a separate commit as it should not be backpatched.

Reviewed-by: Justin Pryzby, Matthias van de Meent, Alvaro Herrera
Discussion: https://postgr.es/m/402430e4-7d9d-6cf1-09ef-464d80afff3b@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/428c0cae929b7d2b26a830fbba55619c57ceba55

Modified Files
--------------
contrib/pageinspect/brinfuncs.c | 10 ++++----
contrib/pageinspect/expected/brin.out | 6 ++---
contrib/pageinspect/pageinspect--1.11--1.12.sql | 17 +++++++++++++
doc/src/sgml/pageinspect.sgml | 16 ++++++-------
.../summarization-and-inprogress-insertion.out | 28 +++++++++++-----------
5 files changed, 48 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-05-19 01:44:47 pgsql: doc: update PG 16 relnotes for pg_walinspect changes
Previous Message Tomas Vondra 2023-05-18 23:42:29 pgsql: Fix handling of empty ranges and NULLs in BRIN