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 341 of file pg_upgrade.h.
LibraryInfo* OSInfo::libraries |
Definition at line 348 of file pg_upgrade.h.
Referenced by check_loadable_libraries(), and get_loadable_libraries().
int OSInfo::num_libraries |
Definition at line 349 of file pg_upgrade.h.
Referenced by check_loadable_libraries(), and get_loadable_libraries().
int OSInfo::num_old_tablespaces |
Definition at line 347 of file pg_upgrade.h.
Referenced by check_for_new_tablespace_dir(), create_script_for_old_cluster_deletion(), get_tablespace_paths(), init_tablespaces(), and transfer_all_new_tablespaces().
char** OSInfo::old_tablespaces |
Definition at line 346 of file pg_upgrade.h.
Referenced by check_for_new_tablespace_dir(), create_script_for_old_cluster_deletion(), get_tablespace_paths(), and transfer_all_new_tablespaces().
const char* OSInfo::progname |
Definition at line 343 of file pg_upgrade.h.
Referenced by parseCommandLine().
ClusterInfo* OSInfo::running_cluster |
Definition at line 350 of file pg_upgrade.h.
Referenced by start_postmaster(), and stop_postmaster().
char* OSInfo::user |
Definition at line 344 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 345 of file pg_upgrade.h.
Referenced by output_completion_banner(), and parseCommandLine().