Thread: range canonicalization function make corner case failed.

range canonicalization function make corner case failed.

From
jian he
Date:
Hi,
seems the canonicalization function makes valid int4range yield an out
of range error?

The following statement should work?  or for range type, upper bound
is one less then base type bound.
select '[4,2147483647]'::int4range;