PostgreSQL Source Code
git master
|
#include <pg_upgrade.h>
Data Fields | |
bool | check |
bool | live_check |
bool | do_sync |
transferMode | transfer_mode |
int | jobs |
char * | socketdir |
char * | sync_method |
Definition at line 321 of file pg_upgrade.h.
bool UserOpts::check |
Definition at line 323 of file pg_upgrade.h.
Referenced by check_and_dump_old_cluster(), parseCommandLine(), report_clusters_compatible(), and setup().
bool UserOpts::do_sync |
Definition at line 325 of file pg_upgrade.h.
Referenced by main(), and parseCommandLine().
int UserOpts::jobs |
Definition at line 327 of file pg_upgrade.h.
Referenced by create_new_objects(), parallel_exec_prog(), parallel_transfer_all_new_dbs(), parseCommandLine(), reap_child(), transfer_all_new_tablespaces(), and upgrade_task_run().
bool UserOpts::live_check |
Definition at line 324 of file pg_upgrade.h.
Referenced by check_and_dump_old_cluster(), check_cluster_compatibility(), check_old_cluster_for_valid_slots(), get_control_data(), get_old_cluster_logical_slot_infos_query(), get_sock_dir(), output_check_banner(), and setup().
char* UserOpts::socketdir |
Definition at line 328 of file pg_upgrade.h.
Referenced by get_sock_dir(), and parseCommandLine().
char* UserOpts::sync_method |
Definition at line 329 of file pg_upgrade.h.
Referenced by main(), and parseCommandLine().
transferMode UserOpts::transfer_mode |
Definition at line 326 of file pg_upgrade.h.
Referenced by check_new_cluster(), main(), parseCommandLine(), transfer_all_new_tablespaces(), and transfer_relfile().