|
PostgreSQL Source Code git master
|
#include <pg_upgrade.h>
Data Fields | |
| char * | nspname |
| char * | relname |
| Oid | reloid |
| RelFileNumber | relfilenumber |
| Oid | indtable |
| Oid | toastheap |
| char * | tablespace |
| bool | nsp_alloc |
| bool | tblsp_alloc |
Definition at line 137 of file pg_upgrade.h.
| Oid RelInfo::indtable |
Definition at line 144 of file pg_upgrade.h.
Referenced by process_rel_infos(), and report_unmatched_relation().
| bool RelInfo::nsp_alloc |
Definition at line 147 of file pg_upgrade.h.
Referenced by free_rel_infos(), and process_rel_infos().
| char* RelInfo::nspname |
Definition at line 140 of file pg_upgrade.h.
Referenced by check_new_cluster_is_empty(), create_rel_filename_map(), free_rel_infos(), gen_db_file_maps(), print_rel_infos(), process_rel_infos(), and report_unmatched_relation().
| RelFileNumber RelInfo::relfilenumber |
Definition at line 143 of file pg_upgrade.h.
Referenced by create_rel_filename_map(), and process_rel_infos().
| char* RelInfo::relname |
Definition at line 141 of file pg_upgrade.h.
Referenced by check_new_cluster_is_empty(), create_rel_filename_map(), free_rel_infos(), gen_db_file_maps(), print_rel_infos(), process_rel_infos(), and report_unmatched_relation().
| Oid RelInfo::reloid |
Definition at line 142 of file pg_upgrade.h.
Referenced by gen_db_file_maps(), print_rel_infos(), process_rel_infos(), and report_unmatched_relation().
| char* RelInfo::tablespace |
Definition at line 146 of file pg_upgrade.h.
Referenced by create_rel_filename_map(), free_rel_infos(), print_rel_infos(), and process_rel_infos().
| bool RelInfo::tblsp_alloc |
Definition at line 148 of file pg_upgrade.h.
Referenced by free_rel_infos(), and process_rel_infos().
| Oid RelInfo::toastheap |
Definition at line 145 of file pg_upgrade.h.
Referenced by process_rel_infos(), and report_unmatched_relation().