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

#include <pg_upgrade.h>

Data Fields

ControlData controldata
 
DbLocaleInfotemplate0
 
DbInfoArr dbarr
 
charpgdata
 
charpgconfig
 
charbindir
 
charpgopts
 
charsockdir
 
unsigned short port
 
uint32 major_version
 
charmajor_version_str
 
uint32 bin_version
 
char ** tablespaces
 
int num_tablespaces
 
const chartablespace_suffix
 
int nsubs
 
bool sub_retain_dead_tuples
 

Detailed Description

Definition at line 294 of file pg_upgrade.h.

Field Documentation

◆ bin_version

uint32 ClusterInfo::bin_version

Definition at line 309 of file pg_upgrade.h.

Referenced by check_cluster_versions().

◆ bindir

◆ controldata

◆ dbarr

◆ major_version

◆ major_version_str

char* ClusterInfo::major_version_str

Definition at line 308 of file pg_upgrade.h.

◆ nsubs

int ClusterInfo::nsubs

Definition at line 313 of file pg_upgrade.h.

Referenced by check_new_cluster_subscription_configuration().

◆ num_tablespaces

◆ pgconfig

char* ClusterInfo::pgconfig

Definition at line 300 of file pg_upgrade.h.

◆ pgdata

◆ pgopts

char* ClusterInfo::pgopts

Definition at line 303 of file pg_upgrade.h.

Referenced by parseCommandLine().

◆ port

unsigned short ClusterInfo::port

Definition at line 306 of file pg_upgrade.h.

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

◆ sockdir

char* ClusterInfo::sockdir

Definition at line 305 of file pg_upgrade.h.

◆ sub_retain_dead_tuples

bool ClusterInfo::sub_retain_dead_tuples

Definition at line 314 of file pg_upgrade.h.

Referenced by check_new_cluster_replication_slots(), and main().

◆ tablespace_suffix

◆ tablespaces

◆ template0

DbLocaleInfo* ClusterInfo::template0

Definition at line 297 of file pg_upgrade.h.

Referenced by set_locale_and_encoding().


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