Make GiST index searches smarter about queries against empty ranges.
In the cases where the result of the called proc is negated, we should explicitly test both inputs for empty, to ensure we'll never return "true" for an unsatisfiable query. In other cases we can rely on the called proc to say the right thing.
Showing
Please register or sign in to comment