Comment (by Claude Paroz):
I think adding the `range_merge` function could be accepted in
contrib.postgres. However, what you suggest is to add a custom aggregate
(which is a different variant of the `range_agg`/`range_intersect_agg`
aggregations added in PostgreSQL 14). Therefore, my opinion is that your
custom aggregation is quite niche and could stay in a custom package.
--
Ticket URL: <https://code.djangoproject.com/ticket/34078#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => wontfix
Comment:
I agree with Claude. Marking of adding a custom aggregate function as
`wontfix`.
--
Ticket URL: <https://code.djangoproject.com/ticket/34078#comment:3>