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 301 of file pg_upgrade.h.
char* LogOpts::basedir |
Definition at line 308 of file pg_upgrade.h.
Referenced by check_for_composite_data_type_usage(), check_for_incompatible_polymorphics(), check_for_isn_and_int8_passing_mismatch(), check_for_jsonb_9_4_usage(), check_for_pg_role_prefix(), check_for_reg_data_type_usage(), 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_proper_datallowconn(), cleanup_output_dirs(), make_outputdirs(), old_11_check_for_sql_identifier_data_type_usage(), old_9_3_check_for_line_data_type_usage(), and old_9_6_check_for_unknown_data_type_usage().
char* LogOpts::dumpdir |
Definition at line 309 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 303 of file pg_upgrade.h.
Referenced by cleanup_output_dirs(), make_outputdirs(), and pg_log_v().
bool LogOpts::isatty |
Definition at line 311 of file pg_upgrade.h.
Referenced by end_progress_output(), parseCommandLine(), pg_log_v(), and prep_status_progress().
char* LogOpts::logdir |
Definition at line 310 of file pg_upgrade.h.
Referenced by exec_prog(), make_outputdirs(), and start_postmaster().
bool LogOpts::retain |
Definition at line 305 of file pg_upgrade.h.
Referenced by cleanup_output_dirs(), and parseCommandLine().
char* LogOpts::rootdir |
Definition at line 307 of file pg_upgrade.h.
Referenced by cleanup_output_dirs(), and make_outputdirs().
bool LogOpts::verbose |
Definition at line 304 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().