{
uint32 status;
const char *path;
- size_t size;
+ uint64 size;
} backup_file_entry;
static uint32 hash_string_pointer(const char *s);
uint64 manifest_system_identifier);
static void manifest_process_file(JsonManifestParseContext *context,
const char *pathname,
- size_t size,
+ uint64 size,
pg_checksum_type checksum_type,
int checksum_length,
uint8 *checksum_payload);
*/
static void
manifest_process_file(JsonManifestParseContext *context,
- const char *pathname, size_t size,
+ const char *pathname, uint64 size,
pg_checksum_type checksum_type,
int checksum_length,
uint8 *checksum_payload)