Don't add a shared dependency on the owner of a composite type in pg_class.

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 732a1fd1d08c6151cc9574203f52fe59828910ad
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2006-04-24T01:40:48Z
Releases: 8.2.0
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.

Files

PathChange+/−
src/backend/catalog/heap.c modified +8 −2