PostgreSQL Source Code git master
Loading...
Searching...
No Matches
RelInfo Struct Reference

#include <pg_upgrade.h>

Data Fields

charnspname
 
charrelname
 
Oid reloid
 
RelFileNumber relfilenumber
 
Oid indtable
 
Oid toastheap
 
chartablespace
 
bool nsp_alloc
 
bool tblsp_alloc
 

Detailed Description

Definition at line 144 of file pg_upgrade.h.

Field Documentation

◆ indtable

Oid RelInfo::indtable

Definition at line 151 of file pg_upgrade.h.

Referenced by report_unmatched_relation().

◆ nsp_alloc

bool RelInfo::nsp_alloc

Definition at line 154 of file pg_upgrade.h.

Referenced by free_rel_infos().

◆ nspname

char* RelInfo::nspname

◆ relfilenumber

RelFileNumber RelInfo::relfilenumber

Definition at line 150 of file pg_upgrade.h.

◆ relname

char* RelInfo::relname

◆ reloid

Oid RelInfo::reloid

Definition at line 149 of file pg_upgrade.h.

Referenced by print_rel_infos(), process_rel_infos(), and report_unmatched_relation().

◆ tablespace

char* RelInfo::tablespace

Definition at line 153 of file pg_upgrade.h.

Referenced by free_rel_infos(), and print_rel_infos().

◆ tblsp_alloc

bool RelInfo::tblsp_alloc

Definition at line 155 of file pg_upgrade.h.

Referenced by free_rel_infos().

◆ toastheap

Oid RelInfo::toastheap

Definition at line 152 of file pg_upgrade.h.

Referenced by report_unmatched_relation().


The documentation for this struct was generated from the following file: