Support for unnest(multirange)

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 244ad5415557812a6ac4dc5d6e2ae908361d82c3
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2021-07-18T18:11:33Z
Releases: 14.0
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

Files

Documentation touched

Discussion

Cited messages not in the archive: flat/60258efe-bd7e-4886-82e1-196e0cac5433@postgresql.org