Re: Minor issue with BRIN regression tests

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: Minor issue with BRIN regression tests
Date: 2015-06-02 22:11:01
Message-ID: CAM3SWZSV8f9y+CUuZyPpt44R4FSazN3h-WwxfC5TV_0jn1CCPg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jun 1, 2015 at 7:35 PM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
> Attached patch adjusts BRIN regression tests to make a non-obvious
> dependency on tuple order explicit. Currently, an index-only scan plan
> is used by the query that I've adjusted. I'd rather be sure that that
> continues.

Here is another patch, this time removing a useless ON CONFLICT DO UPDATE test.

--
Peter Geoghegan

Attachment Content-Type Size
remove-useless-test.patch text/x-patch 2.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2015-06-02 22:20:21 Re: nested loop semijoin estimates
Previous Message David Steele 2015-06-02 21:58:02 Re: pg_xlog -> pg_xjournal?