diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2021-07-18 21:07:24 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2021-07-18 21:07:24 +0300 |
commit | 9e3c217bd98da803709872a8612577d88a39329a (patch) | |
tree | 3e9738500a42ca4a2d9d07d33a22699b455fb1c7 /src/backend/parser/parse_utilcmd.c | |
parent | ba620760c4c8ca90ff83ecf7e4d46f5ec4dabd7b (diff) | |
download | postgresql-9e3c217bd98da803709872a8612577d88a39329a.tar.gz postgresql-9e3c217bd98da803709872a8612577d88a39329a.zip |
Support for unnest(multirange)
It has been spotted that multiranges lack of ability to decompose them into
individual ranges. Subscription and proper expanded object representation
require substantial work, and it's too late for v14. This commit
provides the implementation of unnest(multirange), which is quite trivial.
unnest(multirange) is defined as a polymorphic procedure.
Catversion is bumped.
Reported-by: Jonathan S. Katz
Discussion: https://postgr.es/m/flat/60258efe-bd7e-4886-82e1-196e0cac5433%40postgresql.org
Author: Alexander Korotkov
Reviewed-by: Justin Pryzby, Jonathan S. Katz, Zhihong Yu, Tom Lane
Reviewed-by: Alvaro Herrera
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
0 files changed, 0 insertions, 0 deletions