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

From Peter Geoghegan
Subject Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi
Date
Msg-id CAH2-WznsF-RSG81NH=diNmB53EyyTUBG1CcOsMhN2L1C16RWhg@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On Wed, Apr 4, 2018 at 5:58 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> TRAP: FailedAssertion("!(metad->btm_version == 3)", File:
>> "/home/pg/postgresql/root/build/../source/src/backend/access/nbtree/nbtpage.c",
>> Line: 619)
>
> Hm, buildfarm's not complaining --- what's the test case?

This was discovered while testing/reviewing the latest version of the
INCLUDE covering indexes patch. It now seems to be unrelated.

Sorry for the noise.

-- 
Peter Geoghegan


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Skip full index scan during cleanup of B-tree indexeswhen possi
Next
From: Andrew Gierth
Date:
Subject: pgsql: Install errcodes.txt for use by extensions.