PostgreSQL Source Code
git master
|
Data Fields | |
ObjectAddress | object |
char | deptype |
SharedDependencyObjectType | objtype |
Definition at line 79 of file pg_shdepend.c.
char ShDependObjectInfo::deptype |
Definition at line 82 of file pg_shdepend.c.
Referenced by checkSharedDependencies(), and shared_dependency_comparator().
ObjectAddress ShDependObjectInfo::object |
Definition at line 81 of file pg_shdepend.c.
Referenced by checkSharedDependencies(), and shared_dependency_comparator().
SharedDependencyObjectType ShDependObjectInfo::objtype |
Definition at line 83 of file pg_shdepend.c.
Referenced by checkSharedDependencies().