Ensure plan stability in contrib/btree_gist regression test.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/btree_gist/expected/not_equal.out | modified | +2 −0 |
| contrib/btree_gist/sql/not_equal.sql | modified | +4 −0 |