PostgreSQL Source Code
git master
|
#include <pg_upgrade.h>
Data Fields | |
ControlData | controldata |
DbLocaleInfo * | template0 |
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 |
int | nsubs |
Definition at line 280 of file pg_upgrade.h.
uint32 ClusterInfo::bin_version |
Definition at line 295 of file pg_upgrade.h.
Referenced by check_cluster_versions().
char* ClusterInfo::bindir |
Definition at line 288 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid(), create_new_objects(), generate_old_dump(), main(), output_completion_banner(), parseCommandLine(), prepare_new_cluster(), prepare_new_globals(), and setup().
ControlData ClusterInfo::controldata |
Definition at line 282 of file pg_upgrade.h.
Referenced by check_cluster_compatibility(), check_for_isn_and_int8_passing_mismatch(), copy_xact_xlog_xid(), main(), rewriteVisibilityMap(), set_frozenxids(), and transfer_single_new_db().
DbInfoArr ClusterInfo::dbarr |
Definition at line 284 of file pg_upgrade.h.
Referenced by check_loadable_libraries(), check_new_cluster_is_empty(), check_old_cluster_for_valid_slots(), check_old_cluster_subscription_state(), count_old_cluster_logical_slots(), create_logical_replication_slots(), create_new_objects(), create_script_for_old_cluster_deletion(), generate_old_dump(), get_loadable_libraries(), main(), and process_loadable_libraries().
uint32 ClusterInfo::major_version |
Definition at line 293 of file pg_upgrade.h.
Referenced by check_and_dump_old_cluster(), check_cluster_versions(), check_new_cluster_logical_replication_slots(), check_new_cluster_subscription_configuration(), copy_xact_xlog_xid(), create_new_objects(), issue_warnings_and_set_wal_level(), and set_locale_and_encoding().
char ClusterInfo::major_version_str[64] |
Definition at line 294 of file pg_upgrade.h.
int ClusterInfo::nsubs |
Definition at line 297 of file pg_upgrade.h.
Referenced by check_new_cluster_subscription_configuration().
char* ClusterInfo::pgconfig |
Definition at line 286 of file pg_upgrade.h.
char* ClusterInfo::pgdata |
Definition at line 285 of file pg_upgrade.h.
Referenced by check_copy_file_range(), check_file_clone(), check_hard_link(), copy_subdir_files(), copy_xact_xlog_xid(), create_script_for_old_cluster_deletion(), disable_old_cluster(), main(), parseCommandLine(), remove_new_subdir(), and setup().
char* ClusterInfo::pgopts |
Definition at line 289 of file pg_upgrade.h.
Referenced by parseCommandLine().
unsigned short ClusterInfo::port |
Definition at line 292 of file pg_upgrade.h.
Referenced by check_cluster_compatibility(), get_sock_dir(), parseCommandLine(), and usage().
char* ClusterInfo::sockdir |
Definition at line 291 of file pg_upgrade.h.
const char* ClusterInfo::tablespace_suffix |
Definition at line 296 of file pg_upgrade.h.
Referenced by check_for_new_tablespace_dir(), create_rel_filename_map(), create_script_for_old_cluster_deletion(), and init_tablespaces().
DbLocaleInfo* ClusterInfo::template0 |
Definition at line 283 of file pg_upgrade.h.
Referenced by set_locale_and_encoding().