range canonicalization function make corner case failed. - Mailing list pgsql-bugs

From jian he
Subject range canonicalization function make corner case failed.
Date
Msg-id CACJufxHTah1M+v2vkGX3qUh3wwmah_uXGeui74QEdZk-djNsGQ@mail.gmail.com
Whole thread Raw
List pgsql-bugs
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;



pgsql-bugs by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: BUG #17995: Segmentation fault caused by UPDATE statement
Next
From: PG Bug reporting form
Date:
Subject: BUG #17997: Assert failed in validatePartitionedIndex() when attaching partition index to child of valid index