]> 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:43:16 +0000 (23:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Jan 2005 23:43:16 +0000 (23:43 +0000)
commit2fd184b8cf8d5922db01ada854d9d31903faa492
treec69f2acce3ba1eec7ccfcd6c35c9097c876ffe3a
parentb9fccbb71cf96facdf7045ec5e15be22021fdeff
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