Обсуждение: pgsql: Check that aggregate creator has the right to execute the

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

pgsql: Check that aggregate creator has the right to execute the

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Check that aggregate creator has the right to execute the transition
functions of the aggregate, at both aggregate creation and execution times.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        pg_aggregate.c (r1.69 -> r1.70)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_aggregate.c.diff?r1=1.69&r2=1.70)
    pgsql/src/backend/executor:
        nodeAgg.c (r1.126 -> r1.127)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeAgg.c.diff?r1=1.126&r2=1.127)