pgsql: Allow REASSIGNED OWNED to handle opclasses and opfamilies.

Поиск
Список
Период
Сортировка
От rhaas@postgresql.org (Robert Haas)
Тема pgsql: Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Дата
Msg-id 20100703135326.96BCE7541D4@cvs.postgresql.org
обсуждение исходный текст
Список 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_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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Следующее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Allow REASSIGNED OWNED to handle opclasses and opfamilies.