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