Fix range_cmp_bounds for the case of equal-valued exclusive bounds.
Tom Lane <tgl@sss.pgh.pa.us>
Fix range_cmp_bounds for the case of equal-valued exclusive bounds. Also improve its comments and related regression tests. Jeff Davis, with some further adjustments by Tom
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/rangetypes.c | modified | +65 −9 |
| src/test/regress/expected/rangetypes.out | modified | +50 −13 |
| src/test/regress/sql/rangetypes.sql | modified | +11 −4 |