Обсуждение: pgsql: Show isCatalogRel in several rmgr descriptions.

Поиск
Список
Период
Сортировка

pgsql: Show isCatalogRel in several rmgr descriptions.

От
Masahiko Sawada
Дата:
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(-)