|
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 120 of file pg_upgrade.h.
| Oid RelInfo::indtable |
Definition at line 127 of file pg_upgrade.h.
Referenced by report_unmatched_relation().
| bool RelInfo::nsp_alloc |
Definition at line 130 of file pg_upgrade.h.
Referenced by free_rel_infos().
| char* RelInfo::nspname |
Definition at line 123 of file pg_upgrade.h.
Referenced by check_new_cluster_is_empty(), free_rel_infos(), print_rel_infos(), and report_unmatched_relation().
| RelFileNumber RelInfo::relfilenumber |
Definition at line 126 of file pg_upgrade.h.
| char* RelInfo::relname |
Definition at line 124 of file pg_upgrade.h.
Referenced by check_new_cluster_is_empty(), free_rel_infos(), print_rel_infos(), and report_unmatched_relation().
| Oid RelInfo::reloid |
Definition at line 125 of file pg_upgrade.h.
Referenced by print_rel_infos(), process_rel_infos(), and report_unmatched_relation().
| char* RelInfo::tablespace |
Definition at line 129 of file pg_upgrade.h.
Referenced by free_rel_infos(), and print_rel_infos().
| bool RelInfo::tblsp_alloc |
Definition at line 131 of file pg_upgrade.h.
Referenced by free_rel_infos().
| Oid RelInfo::toastheap |
Definition at line 128 of file pg_upgrade.h.
Referenced by report_unmatched_relation().