PostgreSQL Source Code  git master
backup_manifest_info Struct Reference

#include <backup_manifest.h>

Data Fields

BufFilebuffile
 
pg_checksum_type checksum_type
 
pg_cryptohash_ctxmanifest_ctx
 
uint64 manifest_size
 
bool force_encode
 
bool first_file
 
bool still_checksumming
 

Detailed Description

Definition at line 27 of file backup_manifest.h.

Field Documentation

◆ buffile

BufFile* backup_manifest_info::buffile

Definition at line 29 of file backup_manifest.h.

◆ checksum_type

pg_checksum_type backup_manifest_info::checksum_type

Definition at line 30 of file backup_manifest.h.

◆ first_file

bool backup_manifest_info::first_file

Definition at line 34 of file backup_manifest.h.

◆ force_encode

bool backup_manifest_info::force_encode

Definition at line 33 of file backup_manifest.h.

◆ manifest_ctx

pg_cryptohash_ctx* backup_manifest_info::manifest_ctx

Definition at line 31 of file backup_manifest.h.

◆ manifest_size

uint64 backup_manifest_info::manifest_size

Definition at line 32 of file backup_manifest.h.

◆ still_checksumming

bool backup_manifest_info::still_checksumming

Definition at line 35 of file backup_manifest.h.


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