pgsql: Handle XLOG_BTREE_META_CLEANUP in btree_desc() andbtree_identif - Mailing list pgsql-committers

From Teodor Sigaev
Subject pgsql: Handle XLOG_BTREE_META_CLEANUP in btree_desc() andbtree_identif
Date
Msg-id E1f933M-00056p-4A@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()

New WAL record XLOG_BTREE_META_CLEANUP introduced in 857f9c36 has no handling
in btree_desc() and btree_identify().  This patch implements corresponding
handling.

Alexander Korotkov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3d927961ae1232487796bebb254d92fb6d0d1e03

Modified Files
--------------
src/backend/access/rmgrdesc/nbtdesc.c | 12 ++++++++++++
1 file changed, 12 insertions(+)


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: pgsql: Skip full index scan during cleanup of B-tree indexes whenpossi
Next
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi