pgsql: Show more detail in nbtree rmgr descriptions.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Show more detail in nbtree rmgr descriptions.
Date: 2023-04-07 23:46:50
Message-ID: E1pkvn7-001wMm-N2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Show more detail in nbtree rmgr descriptions.

Show a detailed description of the page offset number arrays that appear
in certain nbtree WAL records.

Also brings nbtree desc routines in line with the guidelines established
by recent commit 7d8219a4.

Author: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Reviewed-By: Peter Geoghegan <pg(at)bowt(dot)ie>
Discussion: https://postgr.es/m/flat/20230109215842.fktuhesvayno6o4g%40awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1c453cfd8976d9c6451ba45e27bf30375d574312

Modified Files
--------------
src/backend/access/rmgrdesc/nbtdesc.c | 87 ++++++++++++++++++++++++----
src/backend/access/rmgrdesc/rmgrdesc_utils.c | 6 ++
src/include/access/rmgrdesc_utils.h | 1 +
3 files changed, 83 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-04-08 00:09:31 pgsql: Track IO times in pg_stat_io
Previous Message Stephen Frost 2023-04-07 23:37:55 pgsql: For Kerberos testing, disable DNS lookups