pgsql: Show isCatalogRel in several rmgr descriptions.

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Show isCatalogRel in several rmgr descriptions.
Date: 2023-12-21 01:11:03
Message-ID: E1rG7aY-00B9sQ-UI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Show isCatalogRel in several rmgr descriptions.

Commit 6af179395 added isCatalogRel field to some WAL record types,
but this field was not shown in the rmgr descriptions. This commit
changes the several rmgr descriptions to display the isCatalogRel
field.

Author: Bertrand Drouvot
Reviewed-by: Michael Paquier, Masahiko Sawada
Discussion: https://postgr.es/m/957dc8f9-2a02-4640-9c01-9dcbf97c4187%40gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bf6260b39da6ef34c7147d560c49f35d2bbf07c9

Modified Files
--------------
src/backend/access/rmgrdesc/gistdesc.c | 10 ++++++----
src/backend/access/rmgrdesc/hashdesc.c | 5 +++--
src/backend/access/rmgrdesc/heapdesc.c | 10 ++++++----
src/backend/access/rmgrdesc/nbtdesc.c | 10 ++++++----
src/backend/access/rmgrdesc/spgdesc.c | 5 +++--
5 files changed, 24 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-12-21 01:19:44 pgsql: Add PostgreSQL::Test::Cluster::advance_wal
Previous Message Michael Paquier 2023-12-20 23:22:38 Re: pgsql: Remove MSVC scripts