Thread: pgsql: Allow REASSIGNED OWNED to handle opclasses and opfamilies.

pgsql: Allow REASSIGNED OWNED to handle opclasses and opfamilies.

From
rhaas@postgresql.org (Robert Haas)
Date:
Log Message:
-----------
Allow REASSIGNED OWNED to handle opclasses and opfamilies.

Backpatch to 8.3, which is as far back as we have opfamilies.
The opclass portion could probably be backpatched to 8.2, when
REASSIGN OWNED was added, but for now I have not done that.

Asko Tiidumaa, with minor adjustments by me.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/catalog:
        pg_shdepend.c (r1.34 -> r1.34.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_shdepend.c?r1=1.34&r2=1.34.2.1)
    pgsql/src/backend/commands:
        opclasscmds.c (r1.64 -> r1.64.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/opclasscmds.c?r1=1.64&r2=1.64.2.1)
    pgsql/src/include/commands:
        defrem.h (r1.94 -> r1.94.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/defrem.h?r1=1.94&r2=1.94.2.1)