|
PostgreSQL Source Code git master
|
#include <pg_backup.h>
Definition at line 227 of file pg_backup.h.
| DumpOptions* Archive::dopt |
Definition at line 229 of file pg_backup.h.
Referenced by _CloseArchive(), _CloseArchive(), SetArchiveOptions(), and setup_connection().
| int Archive::encoding |
Definition at line 244 of file pg_backup.h.
Referenced by _allocAH(), _doSetFixedOutputState(), dumpEncoding(), processEncodingEntry(), setup_connection(), and setupDumpWorker().
| bool Archive::exit_on_error |
Definition at line 252 of file pg_backup.h.
Referenced by _allocAH(), main(), and warn_or_exit_horribly().
| bool* Archive::is_prepared |
Definition at line 256 of file pg_backup.h.
Referenced by setup_connection().
| bool Archive::isStandby |
Definition at line 235 of file pg_backup.h.
Referenced by _check_database_version(), and setup_connection().
| int Archive::maxRemoteVersion |
Definition at line 238 of file pg_backup.h.
Referenced by _check_database_version(), and RestoreArchive().
| int Archive::minRemoteVersion |
Definition at line 237 of file pg_backup.h.
Referenced by RestoreArchive().
| int Archive::n_errors |
Definition at line 253 of file pg_backup.h.
Referenced by _allocAH(), buildWorkerResponse(), main(), mark_restore_job_done(), parallel_restore(), parseWorkerResponse(), restore_toc_entry(), and warn_or_exit_horribly().
| int Archive::numWorkers |
Definition at line 240 of file pg_backup.h.
Referenced by main(), ParallelBackupStart(), RestoreArchive(), and setup_connection().
| int Archive::remoteVersion |
Definition at line 234 of file pg_backup.h.
Referenced by _check_database_version(), _tocEntryRequired(), and setup_connection().
| char* Archive::remoteVersionStr |
Definition at line 233 of file pg_backup.h.
Referenced by _check_database_version(), and WriteHead().
| RestoreOptions* Archive::ropt |
Definition at line 230 of file pg_backup.h.
Referenced by _becomeOwner(), _CloseArchive(), _disableTriggersIfNecessary(), _doSetFixedOutputState(), _enableTriggersIfNecessary(), _LoadLOs(), _LoadLOs(), _printTableAccessMethodNoStorage(), _PrintTocData(), _printTocEntry(), _reconnectToDB(), _selectTableAccessMethod(), _selectTablespace(), _StartLO(), _tocEntryRequired(), CloneArchive(), EndRestoreLOs(), IssueCommandPerBlob(), PrintTOCSummary(), ProcessArchiveRestoreOptions(), ReconnectToServer(), restore_toc_entries_postfork(), restore_toc_entries_prefork(), restore_toc_entry(), RestoreArchive(), RestoringToDB(), SetArchiveOptions(), SortTocFromFile(), and StartRestoreLOs().
| char* Archive::searchpath |
Definition at line 248 of file pg_backup.h.
Referenced by _doSetFixedOutputState(), _selectOutputSchema(), dumpSearchPath(), and processSearchPathEntry().
| bool Archive::std_strings |
Definition at line 245 of file pg_backup.h.
Referenced by _allocAH(), _doSetFixedOutputState(), dumpStdStrings(), ExecuteSimpleCommands(), processStdStringsEntry(), and setup_connection().
| char* Archive::sync_snapshot_id |
Definition at line 241 of file pg_backup.h.
Referenced by setup_connection().
| char* Archive::use_role |
Definition at line 249 of file pg_backup.h.
Referenced by setup_connection().
| int Archive::verbose |
Definition at line 232 of file pg_backup.h.
Referenced by _CloseArchive(), _PrintExtraToc(), _PrintExtraToc(), _PrintExtraToc(), _printTocEntry(), main(), and RestoreArchive().