PostgreSQL Source Code
git master
|
#include <pg_upgrade.h>
Data Fields | |
Oid | db_oid |
char * | db_name |
char | db_tablespace [MAXPGPATH] |
RelInfoArr | rel_arr |
Definition at line 172 of file pg_upgrade.h.
char* DbInfo::db_name |
Definition at line 175 of file pg_upgrade.h.
Referenced by check_for_data_types_usage(), check_for_incompatible_polymorphics(), check_for_isn_and_int8_passing_mismatch(), check_for_tables_with_oids(), check_for_user_defined_encoding_conversions(), check_for_user_defined_postfix_ops(), check_loadable_libraries(), 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(), old_9_6_invalidate_hash_indexes(), print_db_infos(), report_extension_updates(), report_unmatched_relation(), and transfer_all_new_dbs().
Oid DbInfo::db_oid |
Definition at line 174 of file pg_upgrade.h.
Referenced by create_new_objects(), create_rel_filename_map(), create_script_for_old_cluster_deletion(), generate_old_dump(), and get_db_infos().
char DbInfo::db_tablespace[MAXPGPATH] |
Definition at line 176 of file pg_upgrade.h.
Referenced by get_rel_infos().
RelInfoArr DbInfo::rel_arr |
Definition at line 178 of file pg_upgrade.h.
Referenced by check_new_cluster_is_empty(), free_db_and_rel_infos(), gen_db_file_maps(), get_rel_infos(), print_db_infos(), and report_unmatched_relation().