]> granicus.if.org Git - postgresql/commit
Check that aggregate creator has the right to execute the transition
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Jan 2005 23:42:44 +0000 (23:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Jan 2005 23:42:44 +0000 (23:42 +0000)
commitf2196c00b205acd196f9adeb0a4dcbc6246ddf75
treedcd5a6d91ff67619f0e174c75098e17d730a0747
parent5f0962a23387a3d9c5e9fc693f3c3f28df49c3b7
Check that aggregate creator has the right to execute the transition
functions of the aggregate, at both aggregate creation and execution times.
src/backend/catalog/pg_aggregate.c
src/backend/executor/nodeAgg.c