Don't add a shared dependency on the owner of a composite type in pg_class.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 24 Apr 2006 01:40:39 +0000 (01:40 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 24 Apr 2006 01:40:39 +0000 (01:40 +0000)
commit7f0c9716ba3bc58ba02b57d6596605b570cd22bd
tree00d949acd86a661848041c11e5e6bb5b15b7cc70
parent21138b5e595a149aef973c3d275fd291b043b887
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.
src/backend/catalog/heap.c