#include <pg_backup.h>
Data Fields | |
int | verbose |
char * | remoteVersionStr |
int | remoteVersion |
int | minRemoteVersion |
int | maxRemoteVersion |
int | numWorkers |
char * | sync_snapshot_id |
int | encoding |
bool | std_strings |
char * | use_role |
bool | exit_on_error |
int | n_errors |
Definition at line 76 of file pg_backup.h.
Definition at line 90 of file pg_backup.h.
Referenced by _allocAH(), _doSetFixedOutputState(), CloneArchive(), dumpEncoding(), processEncodingEntry(), and setup_connection().
Definition at line 95 of file pg_backup.h.
Referenced by _allocAH(), main(), and warn_or_exit_horribly().
Definition at line 83 of file pg_backup.h.
Referenced by _check_database_version(), main(), and RestoreArchive().
Definition at line 82 of file pg_backup.h.
Referenced by main(), and RestoreArchive().
Definition at line 96 of file pg_backup.h.
Referenced by _allocAH(), _MasterEndParallelItem(), _WorkerJobRestoreCustom(), _WorkerJobRestoreDirectory(), CloneArchive(), main(), mark_work_done(), parallel_restore(), restore_toc_entry(), and warn_or_exit_horribly().
Definition at line 85 of file pg_backup.h.
Referenced by main(), ParallelBackupStart(), RestoreArchive(), and setup_connection().
Definition at line 80 of file pg_backup.h.
Referenced by _check_database_version(), buildMatViewRefreshDependencies(), collectComments(), convertOperatorReference(), convertRegProcReference(), createViewAsClause(), dumpACL(), dumpAgg(), dumpBaseType(), dumpBlobs(), dumpCompositeType(), dumpDatabase(), dumpDefaultACL(), dumpDomain(), dumpEnumType(), dumpFunc(), dumpOpclass(), dumpOpfamily(), dumpOpr(), dumpRule(), dumpSequence(), dumpTable(), dumpTableData_copy(), dumpTableData_insert(), dumpTableSchema(), dumpTrigger(), expand_schema_name_patterns(), findComments(), findNamespace(), getAggregates(), getBlobs(), getCasts(), getCollations(), getConstraints(), getConversions(), getDefaultACLs(), getDependencies(), getDomainConstraints(), getEventTriggers(), getExtensions(), getForeignDataWrappers(), getForeignServers(), getFormattedTypeName(), getFuncs(), getIndexes(), getNamespaces(), getOpclasses(), getOperators(), getOpfamilies(), getProcLangs(), getRules(), getTableAttrs(), getTables(), getTriggers(), getTSConfigurations(), getTSDictionaries(), getTSParsers(), getTSTemplates(), getTypes(), lockTableNoWait(), main(), selectSourceSchema(), and setup_connection().
Definition at line 79 of file pg_backup.h.
Referenced by _check_database_version(), and WriteHead().
Definition at line 91 of file pg_backup.h.
Referenced by _allocAH(), _doSetFixedOutputState(), dumpStdStrings(), ExecuteInsertCommands(), processStdStringsEntry(), and setup_connection().
Definition at line 86 of file pg_backup.h.
Referenced by setup_connection().
char* Archive::use_role |
Definition at line 92 of file pg_backup.h.
Referenced by setup_connection().
int Archive::verbose |
Definition at line 78 of file pg_backup.h.
Referenced by _CloseArchive(), _PrintExtraToc(), _printTocEntry(), ahlog(), main(), and RestoreArchive().