PostgreSQL Source Code
git master
|
#include <pg_upgrade.h>
Data Fields | |
bool | check |
transferMode | transfer_mode |
int | jobs |
char * | socketdir |
bool | ind_coll_unknown |
Definition at line 288 of file pg_upgrade.h.
bool UserOpts::check |
Definition at line 290 of file pg_upgrade.h.
Referenced by check_and_dump_old_cluster(), output_check_banner(), parseCommandLine(), report_clusters_compatible(), and setup().
bool UserOpts::ind_coll_unknown |
Definition at line 295 of file pg_upgrade.h.
Referenced by generate_old_dump(), and parseCommandLine().
int UserOpts::jobs |
Definition at line 293 of file pg_upgrade.h.
Referenced by parallel_exec_prog(), parallel_transfer_all_new_dbs(), parseCommandLine(), reap_child(), and transfer_all_new_tablespaces().
char* UserOpts::socketdir |
Definition at line 294 of file pg_upgrade.h.
Referenced by get_sock_dir(), and parseCommandLine().
transferMode UserOpts::transfer_mode |
Definition at line 292 of file pg_upgrade.h.
Referenced by check_new_cluster(), main(), parseCommandLine(), transfer_all_new_tablespaces(), and transfer_relfile().