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:42:22
Message-ID: 20050127234222.2EA6E3A57D9@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.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-01-27 23:42:48 pgsql: Check that aggregate creator has the right to execute the
Previous Message Neil Conway 2005-01-27 23:36:18 pgsql: Small patch to move get_grosysid() from catalog/aclchk.c to