Ensure plan stability in contrib/btree_gist regression test.

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

Commit: a0da51d89946053340319512776a07b86ccc8824
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-05-13T00:04:12Z
Releases: 9.1.23
Ensure plan stability in contrib/btree_gist regression test.

Buildfarm member skink failed with symptoms suggesting that an
auto-analyze had happened and changed the plan displayed for a
test query.  Although this is evidently of low probability,
regression tests that sometimes fail are no fun, so add commands
to force a bitmap scan to be chosen.

Files