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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Check that aggregate creator has the right to execute the
Date: 2005-01-27 23:43:50
Message-ID: 20050127234350.05FF53A5C41@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_3_STABLE

Modified Files:
--------------
pgsql/src/backend/catalog:
pg_aggregate.c (r1.56 -> r1.56.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_aggregate.c.diff?r1=1.56&r2=1.56.2.1)
pgsql/src/backend/executor:
nodeAgg.c (r1.90 -> r1.90.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeAgg.c.diff?r1=1.90&r2=1.90.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-01-28 00:35:25 pgsql: Adjust mkdir_p to do stat() before trying mkdir().
Previous Message Tom Lane 2005-01-27 23:43:20 pgsql: Check that aggregate creator has the right to execute the