Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi - Mailing list pgsql-committers

From Fujii Masao
Subject Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi
Date
Msg-id CAHGQGwGxAt+dTfDuzBJSC1tMDefDr1WLa=yGf1h0ncJ55-eXDQ@mail.gmail.com
Whole thread Raw
In response to pgsql: Skip full index scan during cleanup of B-tree indexes whenpossi  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-committers
On Thu, Apr 5, 2018 at 1:29 AM, Teodor Sigaev <teodor@sigaev.ru> wrote:
> Skip full index scan during cleanup of B-tree indexes when possible

This commit added XLOG_BTREE_META_CLEANUP, so btree_desc() and
btree_identify() should be updated so that they handle XLOG_BTREE_META_CLEANUP.
But ISTM that you forgot doing that.

Regards,

-- 
Fujii Masao


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Revert "Add temporary debug logging, in 9.4 branch only."
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi