pgsql: Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identif

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identif
Date: 2018-04-19 06:28:20
Message-ID: E1f933M-00056p-4A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2018-04-19 07:44:13 Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi
Previous Message Teodor Sigaev 2018-04-19 06:19:38 Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi