]> granicus.if.org Git - postgresql/commit
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
authorRobert Haas <rhaas@postgresql.org>
Sat, 3 Jul 2010 13:53:13 +0000 (13:53 +0000)
committerRobert Haas <rhaas@postgresql.org>
Sat, 3 Jul 2010 13:53:13 +0000 (13:53 +0000)
commitb3b7d603fb397219ada12a8044e6a51aa351958d
treeffd3c3c8fbbe1ab0d70302ac45715f8c295974ee
parent4b200a27693ebdfb2cc281682adb627069c7d6e1
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.
src/backend/catalog/pg_shdepend.c
src/backend/commands/opclasscmds.c
src/include/commands/defrem.h