PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
verifier_context Struct Reference

#include <pg_verifybackup.h>

Data Fields

manifest_datamanifest
 
char * backup_directory
 
SimpleStringList ignore_list
 
char format
 
bool skip_checksums
 
bool exit_on_error
 
bool saw_any_error
 

Detailed Description

Definition at line 87 of file pg_verifybackup.h.

Field Documentation

◆ backup_directory

char* verifier_context::backup_directory

Definition at line 90 of file pg_verifybackup.h.

Referenced by verify_backup_checksums(), and verify_tar_backup().

◆ exit_on_error

bool verifier_context::exit_on_error

Definition at line 94 of file pg_verifybackup.h.

Referenced by report_backup_error().

◆ format

char verifier_context::format

◆ ignore_list

SimpleStringList verifier_context::ignore_list

◆ manifest

◆ saw_any_error

bool verifier_context::saw_any_error

Definition at line 95 of file pg_verifybackup.h.

Referenced by report_backup_error().

◆ skip_checksums

bool verifier_context::skip_checksums

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