PostgreSQL Source Code
git master
|
Data Fields | |
char * | name |
List * | reachable |
bool | installable |
bool | distance_known |
int | distance |
struct ExtensionVersionInfo * | previous |
Definition at line 99 of file extension.c.
int ExtensionVersionInfo::distance |
Definition at line 106 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 105 of file extension.c.
Referenced by find_update_path(), get_ext_ver_info(), and get_nearest_unprocessed_vertex().
bool ExtensionVersionInfo::installable |
Definition at line 103 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 101 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 107 of file extension.c.
Referenced by find_update_path(), and get_ext_ver_info().
List* ExtensionVersionInfo::reachable |
Definition at line 102 of file extension.c.
Referenced by find_update_path(), get_ext_ver_info(), and get_ext_ver_list().