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

#include <pg_backup.h>

Data Fields

DumpOptionsdopt
 
RestoreOptionsropt
 
int verbose
 
charremoteVersionStr
 
int remoteVersion
 
bool isStandby
 
int minRemoteVersion
 
int maxRemoteVersion
 
int numWorkers
 
charsync_snapshot_id
 
int encoding
 
bool std_strings
 
charsearchpath
 
charuse_role
 
bool exit_on_error
 
int n_errors
 
boolis_prepared
 

Detailed Description

Definition at line 227 of file pg_backup.h.

Field Documentation

◆ dopt

DumpOptions* Archive::dopt

Definition at line 229 of file pg_backup.h.

Referenced by _CloseArchive(), _CloseArchive(), SetArchiveOptions(), and setup_connection().

◆ encoding

◆ exit_on_error

bool Archive::exit_on_error

Definition at line 252 of file pg_backup.h.

Referenced by _allocAH(), main(), and warn_or_exit_horribly().

◆ is_prepared

bool* Archive::is_prepared

Definition at line 256 of file pg_backup.h.

Referenced by setup_connection().

◆ isStandby

bool Archive::isStandby

Definition at line 235 of file pg_backup.h.

Referenced by _check_database_version(), and setup_connection().

◆ maxRemoteVersion

int Archive::maxRemoteVersion

Definition at line 238 of file pg_backup.h.

Referenced by _check_database_version(), and RestoreArchive().

◆ minRemoteVersion

int Archive::minRemoteVersion

Definition at line 237 of file pg_backup.h.

Referenced by RestoreArchive().

◆ n_errors

◆ numWorkers

int Archive::numWorkers

Definition at line 240 of file pg_backup.h.

Referenced by main(), ParallelBackupStart(), RestoreArchive(), and setup_connection().

◆ remoteVersion

int Archive::remoteVersion

Definition at line 234 of file pg_backup.h.

Referenced by _check_database_version(), _tocEntryRequired(), and setup_connection().

◆ remoteVersionStr

char* Archive::remoteVersionStr

Definition at line 233 of file pg_backup.h.

Referenced by _check_database_version(), and WriteHead().

◆ ropt

◆ searchpath

char* Archive::searchpath

◆ std_strings

◆ sync_snapshot_id

char* Archive::sync_snapshot_id

Definition at line 241 of file pg_backup.h.

Referenced by setup_connection().

◆ use_role

char* Archive::use_role

Definition at line 249 of file pg_backup.h.

Referenced by setup_connection().

◆ verbose

int Archive::verbose

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