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-0004jY-Up@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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/292661e15248ed4df8b27d5a7e92ddb69dd52c1d

Modified Files
--------------
src/test/regress/expected/aggregates.out | 12 ++++++------
src/test/regress/sql/aggregates.sql      |  6 +++---
2 files changed, 9 insertions(+), 9 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.