pgsql: Resurrect the code for the rewrite(ARRAY[...]) aggregate

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Resurrect the code for the rewrite(ARRAY[...]) aggregate
Date: 2007-11-13 22:14:50
Message-ID: 20071113221450.C2C0C7540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Resurrect the code for the rewrite(ARRAY[...]) aggregate function,
and put it into contrib/tsearch2 compatibility module.

Modified Files:
--------------
pgsql/contrib/tsearch2/expected:
tsearch2.out (r1.25 -> r1.26)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/expected/tsearch2.out?r1=1.25&r2=1.26)
pgsql/contrib/tsearch2/sql:
tsearch2.sql (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/sql/tsearch2.sql?r1=1.14&r2=1.15)
pgsql/contrib/tsearch2:
tsearch2.c (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsearch2.c?r1=1.1&r2=1.2)
tsearch2.sql.in (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsearch2.sql.in?r1=1.1&r2=1.2)
pgsql/src/backend/utils/adt:
tsquery_rewrite.c (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsquery_rewrite.c?r1=1.7&r2=1.8)
pgsql/src/include/tsearch:
ts_utils.h (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/tsearch/ts_utils.h?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-11-13 22:49:47 pgsql: contrib/tsearch2 need not be special-cased any longer.
Previous Message Tom Lane 2007-11-13 21:25:25 pgsql: Ooops, missed one file to remove.