Add support of multirange matching to the existing range GiST indexes

Alexander Korotkov <akorotkov@postgresql.org>

Commit: db6335b5b1d6654b0e3104f36817800d127c1c91
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2020-12-29T20:36:43Z
Releases: 14.0
Add support of multirange matching to the existing range GiST indexes

6df7a9698b has introduced a set of operators between ranges and multiranges.
Existing GiST indexes for ranges could easily support majority of them.
This commit adds support for new operators to the existing range GiST indexes.
New operators resides the same strategy numbers as existing ones.  Appropriate
check function is determined using the subtype.

Catversion is bumped.

Files

Documentation touched