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

Data Fields

astreamer base
 
verifier_contextcontext
 
chararchive_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 21 of file astreamer_verify.c.

Field Documentation

◆ archive_name

char* astreamer_verify::archive_name

Definition at line 26 of file astreamer_verify.c.

Referenced by astreamer_verify_content_new().

◆ base

astreamer astreamer_verify::base

Definition at line 24 of file astreamer_verify.c.

Referenced by astreamer_verify_content_new().

◆ checksum_bytes

uint64 astreamer_verify::checksum_bytes

Definition at line 34 of file astreamer_verify.c.

◆ checksum_ctx

pg_checksum_context* astreamer_verify::checksum_ctx

Definition at line 33 of file astreamer_verify.c.

Referenced by astreamer_verify_content_new().

◆ context

verifier_context* astreamer_verify::context

Definition at line 25 of file astreamer_verify.c.

Referenced by astreamer_verify_content_new().

◆ control_file

ControlFileData astreamer_verify::control_file

Definition at line 35 of file astreamer_verify.c.

◆ control_file_bytes

uint64 astreamer_verify::control_file_bytes

Definition at line 36 of file astreamer_verify.c.

◆ mfile

manifest_file* astreamer_verify::mfile

Definition at line 30 of file astreamer_verify.c.

◆ tblspc_oid

Oid astreamer_verify::tblspc_oid

Definition at line 27 of file astreamer_verify.c.

Referenced by astreamer_verify_content_new().

◆ verify_checksum

bool astreamer_verify::verify_checksum

Definition at line 31 of file astreamer_verify.c.

◆ verify_control_data

bool astreamer_verify::verify_control_data

Definition at line 32 of file astreamer_verify.c.


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