aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2021-06-15 15:59:20 +0300
committerAlexander Korotkov <akorotkov@postgresql.org>2021-06-15 15:59:20 +0300
commit29854ee8d1ca4a46adb7e84deb17e6fb18e531cc (patch)
treea6ea193f0b2e8beb4b51d0cafcaf3d2a81f9602f /src/backend/executor/nodeModifyTable.c
parent4daa140a2f50e9a160bc180c3997ee13c7aabf9e (diff)
downloadpostgresql-29854ee8d1ca4a46adb7e84deb17e6fb18e531cc.tar.gz
postgresql-29854ee8d1ca4a46adb7e84deb17e6fb18e531cc.zip
Support for unnest(multirange) and cast multirange as an array of ranges
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) and cast multirange as an array of ranges, which is quite trivial. unnest(multirange) is defined as a polymorphic procedure. The catalog description of the cast underlying procedure is duplicated for each multirange type because we don't have anyrangearray polymorphic type to use here. 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
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions