#include <pg_upgrade.h>
Data Fields | |
const char * | progname |
char * | exec_path |
char * | user |
char ** | old_tablespaces |
int | num_old_tablespaces |
char ** | libraries |
int | num_libraries |
ClusterInfo * | running_cluster |
Definition at line 289 of file pg_upgrade.h.
char* OSInfo::exec_path |
Definition at line 292 of file pg_upgrade.h.
Referenced by setup().
char** OSInfo::libraries |
Definition at line 296 of file pg_upgrade.h.
Referenced by check_loadable_libraries(), and get_loadable_libraries().
Definition at line 297 of file pg_upgrade.h.
Referenced by check_loadable_libraries(), and get_loadable_libraries().
Definition at line 295 of file pg_upgrade.h.
Referenced by create_script_for_old_cluster_deletion(), get_tablespace_paths(), init_tablespaces(), and transfer_all_new_tablespaces().
char** OSInfo::old_tablespaces |
Definition at line 294 of file pg_upgrade.h.
Referenced by create_script_for_old_cluster_deletion(), get_tablespace_paths(), and transfer_all_new_tablespaces().
const char* OSInfo::progname |
Definition at line 291 of file pg_upgrade.h.
Referenced by parseCommandLine().
Definition at line 298 of file pg_upgrade.h.
Referenced by start_postmaster(), and stop_postmaster().
char* OSInfo::user |
Definition at line 293 of file pg_upgrade.h.
Referenced by check_is_super_user(), cluster_conn_opts(), get_db_conn(), parseCommandLine(), and usage().