Reduce contrib/intagg to a thin wrapper around the new core functions
Tom Lane <tgl@sss.pgh.pa.us>
Reduce contrib/intagg to a thin wrapper around the new core functions array_agg() and unnest(). We could drop it entirely in the future, but let's keep it for a release or two as a compatibility assist.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/intagg/int_aggregate.c | deleted | +0 −278 |
| contrib/intagg/int_aggregate.sql (from contrib/intagg/int_aggregate.sql.in) | renamed | +11 −11 |
| contrib/intagg/Makefile | modified | +2 −4 |
| contrib/intagg/uninstall_int_aggregate.sql | modified | +3 −3 |
| doc/src/sgml/intagg.sgml | modified | +9 −25 |