Thanks to visit codestin.com
Credit goes to doxygen.postgresql.org

PostgreSQL Source Code git master
OSInfo Struct Reference

#include <pg_upgrade.h>

Data Fields

const char * progname
 
char * user
 
bool user_specified
 
LibraryInfolibraries
 
int num_libraries
 
ClusterInforunning_cluster
 

Detailed Description

Definition at line 356 of file pg_upgrade.h.

Field Documentation

◆ libraries

LibraryInfo* OSInfo::libraries

Definition at line 361 of file pg_upgrade.h.

Referenced by check_loadable_libraries(), and get_loadable_libraries().

◆ num_libraries

int OSInfo::num_libraries

Definition at line 362 of file pg_upgrade.h.

Referenced by check_loadable_libraries(), and get_loadable_libraries().

◆ progname

const char* OSInfo::progname

Definition at line 358 of file pg_upgrade.h.

Referenced by parseCommandLine().

◆ running_cluster

ClusterInfo* OSInfo::running_cluster

Definition at line 363 of file pg_upgrade.h.

Referenced by process_rel_infos(), start_postmaster(), and stop_postmaster().

◆ user

◆ user_specified

bool OSInfo::user_specified

Definition at line 360 of file pg_upgrade.h.

Referenced by output_completion_banner(), and parseCommandLine().


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