pgsql: Fix unstable regression test added by commits 59b71c6fe et al.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix unstable regression test added by commits 59b71c6fe et al.
Date: 2017-11-24 05:29:27
Message-ID: E1eI6YJ-0004jZ-Us@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix unstable regression test added by commits 59b71c6fe et al.

The query didn't really have a preferred index, leading to platform-
specific choices of which one to use. Adjust it to make sure tenk1_hundred
is always chosen.

Per buildfarm.

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fa39617a64d4134c63b3f62ae12b0268542a79e5

Modified Files
--------------
src/test/regress/expected/aggregates.out | 6 +++---
src/test/regress/sql/aggregates.sql | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2017-11-24 12:04:27 pgsql: Doc: add a summary table to the CREATE POLICY docs.
Previous Message Noah Misch 2017-11-24 04:49:35 pgsql: Support linking with MinGW-built Perl.