Add range_agg with multirange inputs
Peter Eisentraut <peter@eisentraut.org>
Add range_agg with multirange inputs range_agg for normal ranges already existed. A lot of code can be shared. Author: Paul Jungwirth <pj@illuminatedcomputing.com> Reviewed-by: Chapman Flack <chap@anastigmatix.net> Discussion: https://www.postgresql.org/message-id/flat/007ef255-35ef-fd26-679c-f97e7a7f30c2@illuminatedcomputing.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +5 −0 |
| src/backend/utils/adt/multirangetypes.c | modified | +61 −0 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_aggregate.dat | modified | +3 −0 |
| src/include/catalog/pg_proc.dat | modified | +11 −0 |
| src/test/regress/expected/multirangetypes.out | modified | +61 −0 |
| src/test/regress/expected/opr_sanity.out | modified | +2 −1 |
| src/test/regress/sql/multirangetypes.sql | modified | +12 −0 |
Documentation touched
Discussion
- range_agg with multirange inputs 10 messages · 2021-12-11 → 2022-03-30