#include <pg_upgrade.h>
Data Fields | |
Oid | db_oid |
char * | db_name |
char | db_tblspace [MAXPGPATH] |
RelInfoArr | rel_arr |
Definition at line 165 of file pg_upgrade.h.
char* DbInfo::db_name |
Definition at line 168 of file pg_upgrade.h.
Referenced by check_for_isn_and_int8_passing_mismatch(), check_for_reg_data_type_usage(), check_new_cluster_is_empty(), create_new_objects(), free_db_and_rel_infos(), gen_db_file_maps(), generate_old_dump(), get_db_infos(), get_loadable_libraries(), get_rel_infos(), new_9_0_populate_pg_largeobject_metadata(), old_8_3_check_for_name_data_type_usage(), old_8_3_check_for_tsquery_usage(), old_8_3_check_ltree_usage(), old_8_3_create_sequence_script(), old_8_3_invalidate_bpchar_pattern_ops_indexes(), old_8_3_invalidate_hash_gin_indexes(), old_8_3_rebuild_tsvector_tables(), print_db_infos(), transfer_all_new_dbs(), and uninstall_support_functions_from_new_cluster().
Definition at line 167 of file pg_upgrade.h.
Referenced by cleanup(), create_new_objects(), create_rel_filename_map(), create_script_for_old_cluster_deletion(), generate_old_dump(), and get_db_infos().
char DbInfo::db_tblspace[MAXPGPATH] |
Definition at line 169 of file pg_upgrade.h.
Referenced by get_rel_infos().
Definition at line 170 of file pg_upgrade.h.
Referenced by check_new_cluster_is_empty(), free_db_and_rel_infos(), gen_db_file_maps(), get_rel_infos(), and print_db_infos().