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