pgsql: Fix unstable regression test added by commits 59b71c6fe et al. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix unstable regression test added by commits 59b71c6fe et al.
Date
Msg-id E1eI6YJ-0004jZ-Us@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Support linking with MinGW-built Perl.
Next
From: Dean Rasheed
Date:
Subject: pgsql: Doc: add a summary table to the CREATE POLICY docs.