diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2020-12-29 23:35:33 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2020-12-29 23:35:33 +0300 |
commit | 4d7684cc754f312aee468abb83ca4f7da94b30a3 (patch) | |
tree | 7fea580c6c30561d5a50c2a5d14b612a7b4e6626 /src/backend/access/gist/gistsplit.c | |
parent | a5b81b6f0006ea0b502780ce7f73d295a225842c (diff) | |
download | postgresql-4d7684cc754f312aee468abb83ca4f7da94b30a3.tar.gz postgresql-4d7684cc754f312aee468abb83ca4f7da94b30a3.zip |
Implement operators for checking if the range contains a multirange
We have operators for checking if the multirange contains a range but don't
have the opposite. This commit improves completeness of the operator set by
adding two new operators: @> (anyrange,anymultirange) and
<@(anymultirange,anyrange).
Catversion is bumped.
Diffstat (limited to 'src/backend/access/gist/gistsplit.c')
0 files changed, 0 insertions, 0 deletions