PostgreSQL Source Code  git master
RelInfo Struct Reference

#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
 

Detailed Description

Definition at line 133 of file pg_upgrade.h.

Field Documentation

◆ indtable

Oid RelInfo::indtable

Definition at line 140 of file pg_upgrade.h.

Referenced by get_rel_infos(), and report_unmatched_relation().

◆ nsp_alloc

bool RelInfo::nsp_alloc

Definition at line 143 of file pg_upgrade.h.

Referenced by free_rel_infos(), and get_rel_infos().

◆ nspname

◆ relfilenumber

RelFileNumber RelInfo::relfilenumber

Definition at line 139 of file pg_upgrade.h.

Referenced by create_rel_filename_map(), and get_rel_infos().

◆ relname

◆ reloid

Oid RelInfo::reloid

◆ tablespace

char* RelInfo::tablespace

◆ tblsp_alloc

bool RelInfo::tblsp_alloc

Definition at line 144 of file pg_upgrade.h.

Referenced by free_rel_infos(), and get_rel_infos().

◆ toastheap

Oid RelInfo::toastheap

Definition at line 141 of file pg_upgrade.h.

Referenced by get_rel_infos(), and report_unmatched_relation().


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