Reduce contrib/intagg to a thin wrapper around the new core functions

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 32cc9e553323c40beba4a98a5859fafe6e4e1855
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-11-14T19:58:45Z
Releases: 8.4.0
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

PathChange+/−
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