PostgreSQL Source Code  git master
ClusterInfo Struct Reference

#include <pg_upgrade.h>

Data Fields

ControlData controldata
 
DbLocaleInfotemplate0
 
DbInfoArr dbarr
 
char * pgdata
 
char * pgconfig
 
char * bindir
 
char * pgopts
 
char * sockdir
 
unsigned short port
 
uint32 major_version
 
char major_version_str [64]
 
uint32 bin_version
 
const char * tablespace_suffix
 

Detailed Description

Definition at line 282 of file pg_upgrade.h.

Field Documentation

◆ bin_version

uint32 ClusterInfo::bin_version

Definition at line 297 of file pg_upgrade.h.

Referenced by check_cluster_versions().

◆ bindir

◆ controldata

◆ dbarr

◆ major_version

◆ major_version_str

char ClusterInfo::major_version_str[64]

Definition at line 296 of file pg_upgrade.h.

◆ pgconfig

char* ClusterInfo::pgconfig

Definition at line 288 of file pg_upgrade.h.

◆ pgdata

◆ pgopts

char* ClusterInfo::pgopts

Definition at line 291 of file pg_upgrade.h.

Referenced by parseCommandLine().

◆ port

unsigned short ClusterInfo::port

Definition at line 294 of file pg_upgrade.h.

Referenced by check_cluster_compatibility(), get_sock_dir(), parseCommandLine(), and usage().

◆ sockdir

char* ClusterInfo::sockdir

Definition at line 293 of file pg_upgrade.h.

◆ tablespace_suffix

const char* ClusterInfo::tablespace_suffix

◆ template0

DbLocaleInfo* ClusterInfo::template0

Definition at line 285 of file pg_upgrade.h.

Referenced by set_locale_and_encoding().


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