Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

ClusterInfo Struct Reference

#include <pg_upgrade.h>

Data Fields

ControlData controldata
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
Oid pg_database_oid
Oid install_role_oid
Oid role_count
char * tablespace_suffix

Detailed Description

Definition at line 241 of file pg_upgrade.h.


Field Documentation

Definition at line 255 of file pg_upgrade.h.

Referenced by check_cluster_versions(), and get_bin_version().

Definition at line 257 of file pg_upgrade.h.

Referenced by check_is_super_user(), and check_new_cluster().

Definition at line 254 of file pg_upgrade.h.

Referenced by get_major_server_version(), and set_tablespace_directory_suffix().

Definition at line 256 of file pg_upgrade.h.

Referenced by get_pg_database_relfilenode().

Definition at line 246 of file pg_upgrade.h.

Referenced by adjust_data_dir(), parseCommandLine(), start_postmaster(), and stop_postmaster().

Definition at line 249 of file pg_upgrade.h.

Referenced by parseCommandLine(), start_postmaster(), and stop_postmaster().

unsigned short ClusterInfo::port

Definition at line 258 of file pg_upgrade.h.

Referenced by check_is_super_user(), and check_new_cluster().

Definition at line 251 of file pg_upgrade.h.

Referenced by cluster_conn_opts(), get_db_conn(), get_sock_dir(), and start_postmaster().


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