diff options
Diffstat (limited to 'src/bin/pg_combinebackup/load_manifest.h')
-rw-r--r-- | src/bin/pg_combinebackup/load_manifest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_combinebackup/load_manifest.h b/src/bin/pg_combinebackup/load_manifest.h index a96ae12eb8e..8e657179af0 100644 --- a/src/bin/pg_combinebackup/load_manifest.h +++ b/src/bin/pg_combinebackup/load_manifest.h @@ -23,7 +23,7 @@ typedef struct manifest_file { uint32 status; /* hash status */ const char *pathname; - size_t size; + uint64 size; pg_checksum_type checksum_type; int checksum_length; uint8 *checksum_payload; |