Re: [HACKERS] WIP: Covering + unique indexes. - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] WIP: Covering + unique indexes.
Date
Msg-id CAB7nPqTiXaE0=5B3em+fSsBM1RSkYYorr1H9x-dgCkVqSKYi9A@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] WIP: Covering + unique indexes.  (Andrey Borodin <x4mmm@yandex-team.ru>)
Responses Re: [HACKERS] WIP: Covering + unique indexes.  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-hackers
On Sun, Nov 12, 2017 at 8:40 PM, Andrey Borodin <x4mmm@yandex-team.ru> wrote:
> Postgres crashes:
> TRAP: FailedAssertion("!(((const void*)(&isNull) != ((void*)0)) && (scankey->sk_attno) > 0)", File: "nbtsearch.c",
Line:466)
 
>
> May be I'm doing something wrong or amcheck support will go with different patch?

Usually amcheck complaining is a sign of other symptoms. I am marking
this patch as returned with feedback for now as no updates have been
provided after two weeks.
-- 
Michael


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] [Proposal] Make the optimiser aware of partitions ordering
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] logical decoding of two-phase transactions