pgsql: Show more detail in nbtree rmgr descriptions. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Show more detail in nbtree rmgr descriptions.
Date
Msg-id E1pkvn7-001wMm-N2@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.com>
Reviewed-By: Peter Geoghegan <pg@bowt.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(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: For Kerberos testing, disable DNS lookups
Next
From: Andres Freund
Date:
Subject: pgsql: Track IO times in pg_stat_io