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 |
bool | do_statistics |
int | char_signedness |
Definition at line 327 of file pg_upgrade.h.
int UserOpts::char_signedness |
Definition at line 337 of file pg_upgrade.h.
Referenced by check_cluster_versions(), parseCommandLine(), and set_new_cluster_char_signedness().
bool UserOpts::check |
Definition at line 329 of file pg_upgrade.h.
Referenced by check_and_dump_old_cluster(), parseCommandLine(), report_clusters_compatible(), and setup().
bool UserOpts::do_statistics |
Definition at line 336 of file pg_upgrade.h.
Referenced by generate_old_dump(), and parseCommandLine().
bool UserOpts::do_sync |
Definition at line 331 of file pg_upgrade.h.
Referenced by main(), and parseCommandLine().
int UserOpts::jobs |
Definition at line 333 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 330 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 334 of file pg_upgrade.h.
Referenced by get_sock_dir(), and parseCommandLine().
char* UserOpts::sync_method |
Definition at line 335 of file pg_upgrade.h.
Referenced by main(), and parseCommandLine().
transferMode UserOpts::transfer_mode |
Definition at line 332 of file pg_upgrade.h.
Referenced by check_new_cluster(), main(), parseCommandLine(), transfer_all_new_tablespaces(), and transfer_relfile().