|
PostgreSQL Source Code git master
|
#include <backup_manifest.h>
Data Fields | |
| BufFile * | buffile |
| pg_checksum_type | checksum_type |
| pg_cryptohash_ctx * | manifest_ctx |
| uint64 | manifest_size |
| bool | force_encode |
| bool | first_file |
| bool | still_checksumming |
Definition at line 27 of file backup_manifest.h.
| BufFile* backup_manifest_info::buffile |
Definition at line 29 of file backup_manifest.h.
| pg_checksum_type backup_manifest_info::checksum_type |
Definition at line 30 of file backup_manifest.h.
| bool backup_manifest_info::first_file |
Definition at line 34 of file backup_manifest.h.
| bool backup_manifest_info::force_encode |
Definition at line 33 of file backup_manifest.h.
| pg_cryptohash_ctx* backup_manifest_info::manifest_ctx |
Definition at line 31 of file backup_manifest.h.
| uint64 backup_manifest_info::manifest_size |
Definition at line 32 of file backup_manifest.h.
| bool backup_manifest_info::still_checksumming |
Definition at line 35 of file backup_manifest.h.