@@ -1091,15 +1091,15 @@ get_backup_filelist(pgBackup *backup, bool strict)
1091
1091
1092
1092
COMP_FILE_CRC32 (true, content_crc , buf , strlen (buf ));
1093
1093
1094
- get_control_value_str (buf , "path" , path , sizeof (path ),true);
1095
- get_control_value_int64 (buf , "size" , & write_size , true);
1096
- get_control_value_int64 (buf , "mode" , & mode , true);
1097
- get_control_value_int64 (buf , "is_datafile" , & is_datafile , true);
1098
- get_control_value_int64 (buf , "is_cfs" , & is_cfs , false);
1099
- get_control_value_int64 (buf , "crc" , & crc , true);
1100
- get_control_value_str (buf , "compress_alg" , compress_alg_string , sizeof (compress_alg_string ), false);
1101
- get_control_value_int64 (buf , "external_dir_num" , & external_dir_num , false);
1102
- get_control_value_int64 (buf , "dbOid" , & dbOid , false);
1094
+ get_control_value_str (buf , "path" , path , sizeof (path ),true);
1095
+ get_control_value_int64 (buf , "size" , & write_size , true);
1096
+ get_control_value_int64 (buf , "mode" , & mode , true);
1097
+ get_control_value_int64 (buf , "is_datafile" , & is_datafile , true);
1098
+ get_control_value_int64 (buf , "is_cfs" , & is_cfs , false);
1099
+ get_control_value_int64 (buf , "crc" , & crc , true);
1100
+ get_control_value_str (buf , "compress_alg" , compress_alg_string , sizeof (compress_alg_string ), false);
1101
+ get_control_value_int64 (buf , "external_dir_num" , & external_dir_num , false);
1102
+ get_control_value_int64 (buf , "dbOid" , & dbOid , false);
1103
1103
1104
1104
file = pgFileInit (path );
1105
1105
file -> write_size = (int64 ) write_size ;
0 commit comments