PostgreSQL Source Code  git master
ExtensionVersionInfo Struct Reference

Data Fields

char * name
 
Listreachable
 
bool installable
 
bool distance_known
 
int distance
 
struct ExtensionVersionInfoprevious
 

Detailed Description

Definition at line 98 of file extension.c.

Field Documentation

◆ distance

int ExtensionVersionInfo::distance

Definition at line 105 of file extension.c.

Referenced by find_update_path(), get_ext_ver_info(), and get_nearest_unprocessed_vertex().

◆ distance_known

bool ExtensionVersionInfo::distance_known

Definition at line 104 of file extension.c.

Referenced by find_update_path(), get_ext_ver_info(), and get_nearest_unprocessed_vertex().

◆ installable

bool ExtensionVersionInfo::installable

◆ name

◆ previous

struct ExtensionVersionInfo* ExtensionVersionInfo::previous

Definition at line 106 of file extension.c.

Referenced by find_update_path(), and get_ext_ver_info().

◆ reachable

List* ExtensionVersionInfo::reachable

Definition at line 101 of file extension.c.

Referenced by find_update_path(), get_ext_ver_info(), and get_ext_ver_list().


The documentation for this struct was generated from the following file: