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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 292661e15248ed4df8b27d5a7e92ddb69dd52c1d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-11-24T05:29:20Z
Releases: 10.2
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.

Files