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

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi
Date: 2018-04-18 18:12:28
Message-ID: CAHGQGwGxAt+dTfDuzBJSC1tMDefDr1WLa=yGf1h0ncJ55-eXDQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Apr 5, 2018 at 1:29 AM, Teodor Sigaev <teodor(at)sigaev(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2018-04-18 18:21:02 Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi
Previous Message Tom Lane 2018-04-18 16:07:55 pgsql: Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.