pgsql: Don't add a shared dependency on the owner of a composite type in

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Don't add a shared dependency on the owner of a composite type in
Дата
Msg-id 20060424014040.8505611F67D7@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Don't add a shared dependency on the owner of a composite type in pg_class.
We track the owner in pg_type instead, as that is the place where the owner is
changed on ALTER TYPE ... OWNER TO.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/catalog:
        heap.c (r1.292.2.1 -> r1.292.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/heap.c.diff?r1=1.292.2.1&r2=1.292.2.2)

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: pgsql: Add new contrib function pgrowlocks.
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Don't add a shared dependency on the owner of a composite type in