forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit336ea6e
committed
Fix bugs in polymorphic-argument resolution for multiranges.
We failed to deal with an UNKNOWN-type input foranycompatiblemultirange; that should throw an error indicatingthat we don't know how to resolve the multirange type.We also failed to infer the type of an anycompatiblerange outputfrom an anycompatiblemultirange input or vice versa.Per bug #17066 from Alexander Lakhin. Back-patch to v14where multiranges were added.Discussion:https://postgr.es/m/17066-16a37f6223a8470b@postgresql.org1 parent674f6fe commit336ea6e
File tree
4 files changed
+293
-141
lines changed- src
- backend/parser
- test/regress
- expected
- sql
4 files changed
+293
-141
lines changed0 commit comments
Comments
(0)