PostgreSQL Source Code git master
|
#include <pg_upgrade.h>
Data Fields | |
const char * | progname |
char * | user |
bool | user_specified |
char ** | old_tablespaces |
int | num_old_tablespaces |
LibraryInfo * | libraries |
int | num_libraries |
ClusterInfo * | running_cluster |
Definition at line 352 of file pg_upgrade.h.
LibraryInfo* OSInfo::libraries |
Definition at line 359 of file pg_upgrade.h.
Referenced by check_loadable_libraries(), and get_loadable_libraries().
int OSInfo::num_libraries |
Definition at line 360 of file pg_upgrade.h.
Referenced by check_loadable_libraries(), and get_loadable_libraries().
int OSInfo::num_old_tablespaces |
Definition at line 358 of file pg_upgrade.h.
Referenced by check_for_new_tablespace_dir(), create_script_for_old_cluster_deletion(), do_swap(), get_tablespace_paths(), init_tablespaces(), and transfer_all_new_tablespaces().
char** OSInfo::old_tablespaces |
Definition at line 357 of file pg_upgrade.h.
Referenced by check_for_new_tablespace_dir(), create_script_for_old_cluster_deletion(), do_swap(), get_tablespace_paths(), and transfer_all_new_tablespaces().
const char* OSInfo::progname |
Definition at line 354 of file pg_upgrade.h.
Referenced by parseCommandLine().
ClusterInfo* OSInfo::running_cluster |
Definition at line 361 of file pg_upgrade.h.
Referenced by start_postmaster(), and stop_postmaster().
char* OSInfo::user |
Definition at line 355 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 356 of file pg_upgrade.h.
Referenced by output_completion_banner(), and parseCommandLine().