pgsql: Check that aggregate creator has the right to execute the - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Check that aggregate creator has the right to execute the
Date
Msg-id 20050127234320.0848C3A605E@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Check that aggregate creator has the right to execute the transition
functions of the aggregate, at both aggregate creation and execution times.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/catalog:
        pg_aggregate.c (r1.64 -> r1.64.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_aggregate.c.diff?r1=1.64&r2=1.64.2.1)
    pgsql/src/backend/executor:
        nodeAgg.c (r1.116.2.2 -> r1.116.2.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeAgg.c.diff?r1=1.116.2.2&r2=1.116.2.3)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Check that aggregate creator has the right to execute the
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Check that aggregate creator has the right to execute the