Fix range_cmp_bounds for the case of equal-valued exclusive bounds.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bf4f96b5e264f1c0f5d8694f11c6f9f5b3132b3b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-11-17T21:51:20Z
Releases: 9.2.0
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