PostgreSQL Source Code  git master
OSInfo Struct Reference

#include <pg_upgrade.h>

Data Fields

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

Detailed Description

Definition at line 342 of file pg_upgrade.h.

Field Documentation

◆ libraries

LibraryInfo* OSInfo::libraries

Definition at line 349 of file pg_upgrade.h.

Referenced by check_loadable_libraries(), and get_loadable_libraries().

◆ num_libraries

int OSInfo::num_libraries

Definition at line 350 of file pg_upgrade.h.

Referenced by check_loadable_libraries(), and get_loadable_libraries().

◆ num_old_tablespaces

◆ old_tablespaces

◆ progname

const char* OSInfo::progname

Definition at line 344 of file pg_upgrade.h.

Referenced by parseCommandLine().

◆ running_cluster

ClusterInfo* OSInfo::running_cluster

Definition at line 351 of file pg_upgrade.h.

Referenced by start_postmaster(), and stop_postmaster().

◆ user

◆ user_specified

bool OSInfo::user_specified

Definition at line 346 of file pg_upgrade.h.

Referenced by output_completion_banner(), and parseCommandLine().


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