Re: pgsql: Fix interference between cavering indexes and partitioned tables

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Fix interference between cavering indexes and partitioned tables
Date: 2018-04-11 17:35:06
Message-ID: CAH2-WznA5AWHDP-NGjW-r-Z2PV=ns_Jm5tZS4XKzJeQ7T-K_JA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Apr 11, 2018 at 9:17 AM, Teodor Sigaev <teodor(at)sigaev(dot)ru> wrote:
>> Several of the failing animals aren't using optimization, so it can't be
>> just that. I think it might make sense considering reverting and trying
>
> Yep, but on my notebook - only with -02

I suggest using Valgrind to make sure that a patch + tests don't have
a problem like this before pushing. That's not perfect, of course, but
it's an easy way to save yourself some trouble.

--
Peter Geoghegan

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-04-11 18:33:09 pgsql: Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULT
Previous Message Tom Lane 2018-04-11 17:19:01 pgsql: Invoke submake-generated-headers during "make check", too.