1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

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.
This commit is contained in:
Tom Lane
2008-11-14 19:58:45 +00:00
parent 9e0247aba5
commit 32cc9e5533
5 changed files with 25 additions and 321 deletions

View File

@ -2,11 +2,9 @@
# Makefile for integer aggregator
# Copyright (C) 2001 Digital Music Network.
# by Mark L. Woodward
# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.9 2007/11/10 23:59:51 momjian Exp $
# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.10 2008/11/14 19:58:45 tgl Exp $
MODULES = int_aggregate
DATA_built = int_aggregate.sql
DATA = uninstall_int_aggregate.sql
DATA = int_aggregate.sql uninstall_int_aggregate.sql
ifdef USE_PGXS
PG_CONFIG = pg_config