pgsql: Allow REASSIGNED OWNED to handle opclasses and opfamilies.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Date: 2010-07-03 13:53:38
Message-ID: 20100703135338.904A47541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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_3_STABLE

Modified Files:
--------------
pgsql/src/backend/catalog:
pg_shdepend.c (r1.23.2.2 -> r1.23.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_shdepend.c?r1=1.23.2.2&r2=1.23.2.3)
pgsql/src/backend/commands:
opclasscmds.c (r1.58 -> r1.58.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/opclasscmds.c?r1=1.58&r2=1.58.2.1)
pgsql/src/include/commands:
defrem.h (r1.88 -> r1.88.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/defrem.h?r1=1.88&r2=1.88.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-07-03 14:23:14 pgsql: Add CVS tags to pg_upgrade and pg_upgrade_support files, per
Previous Message Robert Haas 2010-07-03 13:53:26 pgsql: Allow REASSIGNED OWNED to handle opclasses and opfamilies.