PostgreSQL Source Code  git master
astreamer_verify Struct Reference

Data Fields

astreamer base
 
verifier_contextcontext
 
char * archive_name
 
Oid tblspc_oid
 
manifest_filemfile
 
bool verify_checksum
 
bool verify_control_data
 
pg_checksum_contextchecksum_ctx
 
uint64 checksum_bytes
 
ControlFileData control_file
 
uint64 control_file_bytes
 

Detailed Description

Definition at line 20 of file astreamer_verify.c.

Field Documentation

◆ archive_name

char* astreamer_verify::archive_name

◆ base

astreamer astreamer_verify::base

Definition at line 23 of file astreamer_verify.c.

Referenced by astreamer_verify_content_new().

◆ checksum_bytes

uint64 astreamer_verify::checksum_bytes

◆ checksum_ctx

◆ context

◆ control_file

ControlFileData astreamer_verify::control_file

Definition at line 34 of file astreamer_verify.c.

Referenced by member_copy_control_data(), and member_verify_control_data().

◆ control_file_bytes

uint64 astreamer_verify::control_file_bytes

◆ mfile

◆ tblspc_oid

Oid astreamer_verify::tblspc_oid

Definition at line 26 of file astreamer_verify.c.

Referenced by astreamer_verify_content_new(), and member_verify_header().

◆ verify_checksum

bool astreamer_verify::verify_checksum

◆ verify_control_data

bool astreamer_verify::verify_control_data

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