PostgreSQL Source Code
git master
|
#include <pg_upgrade.h>
Data Fields | |
FILE * | internal |
bool | verbose |
bool | retain |
char * | rootdir |
char * | basedir |
char * | dumpdir |
char * | logdir |
bool | isatty |
Definition at line 304 of file pg_upgrade.h.
char* LogOpts::basedir |
Definition at line 311 of file pg_upgrade.h.
Referenced by check_for_connection_status(), check_for_incompatible_polymorphics(), check_for_isn_and_int8_passing_mismatch(), check_for_pg_role_prefix(), check_for_tables_with_oids(), check_for_user_defined_encoding_conversions(), check_for_user_defined_postfix_ops(), check_loadable_libraries(), check_old_cluster_for_valid_slots(), check_old_cluster_subscription_state(), cleanup_output_dirs(), make_outputdirs(), and process_data_type_check().
char* LogOpts::dumpdir |
Definition at line 312 of file pg_upgrade.h.
Referenced by create_new_objects(), generate_old_dump(), make_outputdirs(), and prepare_new_globals().
FILE* LogOpts::internal |
Definition at line 306 of file pg_upgrade.h.
Referenced by cleanup_output_dirs(), make_outputdirs(), and pg_log_v().
bool LogOpts::isatty |
Definition at line 314 of file pg_upgrade.h.
Referenced by end_progress_output(), parseCommandLine(), pg_log_v(), and prep_status_progress().
char* LogOpts::logdir |
Definition at line 313 of file pg_upgrade.h.
Referenced by exec_prog(), make_outputdirs(), and start_postmaster().
bool LogOpts::retain |
Definition at line 308 of file pg_upgrade.h.
Referenced by cleanup_output_dirs(), and parseCommandLine().
char* LogOpts::rootdir |
Definition at line 310 of file pg_upgrade.h.
Referenced by cleanup_output_dirs(), and make_outputdirs().
bool LogOpts::verbose |
Definition at line 307 of file pg_upgrade.h.
Referenced by end_progress_output(), generate_old_dump(), get_db_rel_and_slot_infos(), parseCommandLine(), pg_log_v(), prep_status_progress(), and prepare_new_cluster().