Re: Minor issue with BRIN regression tests

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Geoghegan <pg(at)heroku(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Minor issue with BRIN regression tests
Date: 2015-06-04 17:52:20
Message-ID: 18170.1433440340@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Geoghegan <pg(at)heroku(dot)com> writes:
> 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.

Applied with a correction: the ordering that was being used was really
"ORDER BY thousand, tenthous" because that's the order of the relevant
index.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2015-06-04 17:57:21 Re: RFC: Remove contrib entirely
Previous Message Robert Haas 2015-06-04 17:34:42 Re: RFC: Remove contrib entirely