|
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] |
| char DynamicFileList::filename[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 56 of file dfmgr.c.
Referenced by get_loaded_module_details().
| void* DynamicFileList::handle |
Definition at line 54 of file dfmgr.c.
Referenced by internal_load_library().
| const Pg_magic_struct* DynamicFileList::magic |
| DynamicFileList* DynamicFileList::next |
Definition at line 48 of file dfmgr.c.
Referenced by EstimateLibraryStateSpace(), get_next_loaded_module(), internal_load_library(), and SerializeLibraryState().