|
PostgreSQL Source Code git master
|
Data Fields | |
| char * | name |
| List * | reachable |
| bool | installable |
| bool | distance_known |
| int | distance |
| struct ExtensionVersionInfo * | previous |
Definition at line 107 of file extension.c.
| int ExtensionVersionInfo::distance |
Definition at line 114 of file extension.c.
Referenced by find_update_path(), get_ext_ver_info(), and get_nearest_unprocessed_vertex().
| bool ExtensionVersionInfo::distance_known |
Definition at line 113 of file extension.c.
Referenced by find_update_path(), get_ext_ver_info(), and get_nearest_unprocessed_vertex().
| bool ExtensionVersionInfo::installable |
Definition at line 111 of file extension.c.
Referenced by find_install_path(), find_update_path(), get_available_versions_for_extension(), get_ext_ver_info(), and get_ext_ver_list().
| char* ExtensionVersionInfo::name |
Definition at line 109 of file extension.c.
Referenced by CreateExtensionInternal(), find_install_path(), find_update_path(), get_available_versions_for_extension(), get_ext_ver_info(), and pg_extension_update_paths().
| struct ExtensionVersionInfo* ExtensionVersionInfo::previous |
Definition at line 115 of file extension.c.
Referenced by find_update_path(), and get_ext_ver_info().
| List* ExtensionVersionInfo::reachable |
Definition at line 110 of file extension.c.
Referenced by find_update_path(), get_ext_ver_info(), and get_ext_ver_list().