PostgreSQL Source Code  git master
DbInfo Struct Reference

#include <pg_upgrade.h>

Data Fields

Oid db_oid
 
char * db_name
 
char db_tablespace [MAXPGPATH]
 
RelInfoArr rel_arr
 

Detailed Description

Definition at line 172 of file pg_upgrade.h.

Field Documentation

◆ db_name

◆ db_oid

◆ db_tablespace

char DbInfo::db_tablespace[MAXPGPATH]

Definition at line 176 of file pg_upgrade.h.

Referenced by get_rel_infos().

◆ rel_arr


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