]> 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:38 +0000 (20:04 -0400)
commitd94977ef1cef8810a6a7692a1debd56b7811b2aa
treeba3adcd0e540504cadf38ca76a3c3022006f9edc
parentcca2a278609e9ed9bedc4796ae1427fbfb88a2fc
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