pgsql: Fix range_cmp_bounds for the case of equal-valued exclusive boun - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix range_cmp_bounds for the case of equal-valued exclusive boun
Date
Msg-id E1RR9sn-00052A-Sr@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bf4f96b5e264f1c0f5d8694f11c6f9f5b3132b3b

Modified Files
--------------
src/backend/utils/adt/rangetypes.c       |   74 ++++++++++++++++++++++++++----
src/test/regress/expected/rangetypes.out |   63 ++++++++++++++++++++-----
src/test/regress/sql/rangetypes.sql      |   15 ++++--
3 files changed, 126 insertions(+), 26 deletions(-)


pgsql-committers by date:

Previous
From: Thom Brown
Date:
Subject: Re: pgsql: Don't quote language name
Next
From: Tom Lane
Date:
Subject: pgsql: Extend the unknowns-are-same-as-known-inputs type resolution heu