]> 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:38 +0000 (13:53 +0000)
committerRobert Haas <rhaas@postgresql.org>
Sat, 3 Jul 2010 13:53:38 +0000 (13:53 +0000)
commit1a0dd89da41ff619d763500961df1d7b0e9629d2
tree47d68cc8305a6ffca4b2d09c53ea6e9e360c90da
parentb1a33e6719d027c42c695482a10e6870b44cb1fd
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