PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ExtensionVersionInfo Struct Reference

Data Fields

charname
 
Listreachable
 
bool installable
 
bool distance_known
 
int distance
 
struct ExtensionVersionInfoprevious
 

Detailed Description

Definition at line 107 of file extension.c.

Field Documentation

◆ distance

int ExtensionVersionInfo::distance

Definition at line 114 of file extension.c.

Referenced by find_update_path().

◆ distance_known

bool ExtensionVersionInfo::distance_known

Definition at line 113 of file extension.c.

◆ installable

bool ExtensionVersionInfo::installable

Definition at line 111 of file extension.c.

◆ name

char* ExtensionVersionInfo::name

Definition at line 109 of file extension.c.

◆ previous

struct ExtensionVersionInfo* ExtensionVersionInfo::previous

Definition at line 115 of file extension.c.

◆ reachable

List* ExtensionVersionInfo::reachable

Definition at line 110 of file extension.c.


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