]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix unstable regression test added by commits 59b71c6fe et al.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Nov 2017 05:29:20 +0000 (00:29 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Nov 2017 05:29:20 +0000 (00:29 -0500)
commit292661e15248ed4df8b27d5a7e92ddb69dd52c1d
treea0d18397518356b8b83e18b81d4aa7bfd132fc74
parentf16a0958d0ebebf9b4c3fc2272c3e1aa4ae3a1d2
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.
src/test/regress/expected/aggregates.out
src/test/regress/sql/aggregates.sql