aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/sql/not_equal.sql
Commit message (Collapse)AuthorAge
* Ensure plan stability in contrib/btree_gist regression test.Tom Lane2016-05-12
| | | | | | | | 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.
* Regression tests for new btree_gist "not equals" support.Robert Haas2010-08-03
Jeff Davis, with minor adjustments by me.