]> granicus.if.org Git - postgresql/commit
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:48 +0000 (01:40 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 24 Apr 2006 01:40:48 +0000 (01:40 +0000)
commit732a1fd1d08c6151cc9574203f52fe59828910ad
tree9a897c47995ff3ab513ad8a4e99881f795e94569
parent109d0aeb115dfb00c2e5ebe468a54cfc8f0f56e9
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