Re: Undiagnosed bug in Bloom index

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Undiagnosed bug in Bloom index
Date: 2016-08-15 16:31:14
Message-ID: CAMkU=1xdmjYXvFrAYQMOG21f3Q8jkW9Okdq2gsWKq1avGO1myQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Aug 13, 2016 at 6:22 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Jeff Janes <jeff(dot)janes(at)gmail(dot)com> writes:
>> I am getting corrupted Bloom indexes in which a tuple in the table
>> heap is not in the index.
>

....

> Will push a fix in a bit.

After 36 hours of successful running on two different machines (one
with crash injection turned on, one without), I am pretty confident
that your fix is working.

Thanks,

Jeff

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2016-08-15 16:32:07 Re: WIP: Barriers
Previous Message Robert Haas 2016-08-15 16:28:10 Re: Bug in to_timestamp().