]> granicus.if.org Git - postgresql/commit
Ensure plan stability in contrib/btree_gist regression test.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 May 2016 00:04:12 +0000 (20:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 May 2016 00:04:12 +0000 (20:04 -0400)
commitb15ab18ed7e30d2e404f385c3b59d7b3768b141b
tree9a99d834e111820f4583ef9f6854510302f82350
parentca4c6d043ffa6233d4cc47ef2e117e2e52a79e11
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.
contrib/btree_gist/expected/not_equal.out
contrib/btree_gist/sql/not_equal.sql