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_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/a2c1bc36daecf94d390215849ba49f115f4328bd 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
