pgsql: Show isCatalogRel in several rmgr descriptions. - Mailing list pgsql-committers

From Masahiko Sawada
Subject pgsql: Show isCatalogRel in several rmgr descriptions.
Date
Msg-id E1rG7aY-00B9sQ-UI@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Remove MSVC scripts
Next
From: Michael Paquier
Date:
Subject: pgsql: Add PostgreSQL::Test::Cluster::advance_wal