PostgreSQL Source Code git master
|
#include <pg_upgrade.h>
Data Fields | |
const char * | progname |
char * | user |
bool | user_specified |
LibraryInfo * | libraries |
int | num_libraries |
ClusterInfo * | running_cluster |
Definition at line 356 of file pg_upgrade.h.
LibraryInfo* OSInfo::libraries |
Definition at line 361 of file pg_upgrade.h.
Referenced by check_loadable_libraries(), and get_loadable_libraries().
int OSInfo::num_libraries |
Definition at line 362 of file pg_upgrade.h.
Referenced by check_loadable_libraries(), and get_loadable_libraries().
const char* OSInfo::progname |
Definition at line 358 of file pg_upgrade.h.
Referenced by parseCommandLine().
ClusterInfo* OSInfo::running_cluster |
Definition at line 363 of file pg_upgrade.h.
Referenced by process_rel_infos(), start_postmaster(), and stop_postmaster().
char* OSInfo::user |
Definition at line 359 of file pg_upgrade.h.
Referenced by check_is_install_user(), cluster_conn_opts(), get_db_conn(), output_completion_banner(), parseCommandLine(), start_conn(), and usage().
bool OSInfo::user_specified |
Definition at line 360 of file pg_upgrade.h.
Referenced by output_completion_banner(), and parseCommandLine().