PostgreSQL Source Code git master
manifest_file Struct Reference

#include <load_manifest.h>

Data Fields

uint32 status
 
const char * pathname
 
uint64 size
 
pg_checksum_type checksum_type
 
int checksum_length
 
uint8checksum_payload
 
bool matched
 
bool bad
 

Detailed Description

Definition at line 22 of file load_manifest.h.

Field Documentation

◆ bad

bool manifest_file::bad

Definition at line 37 of file pg_verifybackup.h.

Referenced by member_verify_header(), and verifybackup_per_file_cb().

◆ checksum_length

◆ checksum_payload

◆ checksum_type

◆ matched

bool manifest_file::matched

◆ pathname

◆ size

◆ status

uint32 manifest_file::status

Definition at line 24 of file load_manifest.h.


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