pgsql: ALTER AGGREGATE OWNER seems to have been missed by the last - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: ALTER AGGREGATE OWNER seems to have been missed by the last
Date
Msg-id 20080608211006.0D87E75602D@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
ALTER AGGREGATE OWNER seems to have been missed by the last couple of
patches that dealt with object ownership.  It wasn't updating pg_shdepend
nor adjusting the aggregate's ACL.  In 8.2 and up, fix this permanently
by making it use AlterFunctionOwner_oid.  In 8.1, the function code wasn't
factored that way, so just copy and paste.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        aggregatecmds.c (r1.30.2.1 -> r1.30.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/aggregatecmds.c?r1=1.30.2.1&r2=1.30.2.2)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: ALTER AGGREGATE OWNER seems to have been missed by the last
Next
From: gleu@pgfoundry.org (User Gleu)
Date:
Subject: pgsnap - pgsnap: Now, you don't need to be a superuser to use pgsnap.