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.
Branch ------ REL9_2_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/b15ab18ed7e30d2e404f385c3b59d7b3768b141b Modified Files -------------- contrib/btree_gist/expected/not_equal.out | 2 ++ contrib/btree_gist/sql/not_equal.sql | 4 ++++ 2 files changed, 6 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
