]> granicus.if.org Git - postgresql/commit
Fix range_cmp_bounds for the case of equal-valued exclusive bounds.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Nov 2011 21:50:32 +0000 (16:50 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Nov 2011 21:51:20 +0000 (16:51 -0500)
commitbf4f96b5e264f1c0f5d8694f11c6f9f5b3132b3b
tree146867ab496be86b3775a0e22e8c6c2679b61e5b
parentef27c81d891da7c66740da305c7ec4e5bd584607
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
src/backend/utils/adt/rangetypes.c
src/test/regress/expected/rangetypes.out
src/test/regress/sql/rangetypes.sql