Обсуждение: pgsql: Resurrect the code for the rewrite(ARRAY[...]) aggregate

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)