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

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't add a shared dependency on the owner of a composite type in
Date: 2006-04-24 01:40:40
Message-ID: 20060424014040.8505611F67D7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2006-04-24 01:40:49 pgsql: Don't add a shared dependency on the owner of a composite type in
Previous Message Michael Fuhr 2006-04-23 15:52:31 Re: pgsql: Add new contrib function pgrowlocks.