PostgreSQL Source Code git master
|
Data Fields | |
DynamicFileList * | next |
dev_t | device |
ino_t | inode |
void * | handle |
const Pg_magic_struct * | magic |
char | filename [FLEXIBLE_ARRAY_MEMBER] |
dev_t DynamicFileList::device |
Definition at line 49 of file dfmgr.c.
Referenced by internal_load_library().
char DynamicFileList::filename[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 56 of file dfmgr.c.
Referenced by EstimateLibraryStateSpace(), get_loaded_module_details(), internal_load_library(), and SerializeLibraryState().
void* DynamicFileList::handle |
Definition at line 54 of file dfmgr.c.
Referenced by internal_load_library().
ino_t DynamicFileList::inode |
Definition at line 52 of file dfmgr.c.
Referenced by internal_load_library().
const Pg_magic_struct* DynamicFileList::magic |
Definition at line 55 of file dfmgr.c.
Referenced by get_loaded_module_details(), and internal_load_library().
DynamicFileList* DynamicFileList::next |
Definition at line 48 of file dfmgr.c.
Referenced by EstimateLibraryStateSpace(), get_next_loaded_module(), internal_load_library(), and SerializeLibraryState().