@@ -1091,15 +1091,15 @@ get_backup_filelist(pgBackup *backup, bool strict)
10911091
10921092 COMP_CRC32C (content_crc , buf , strlen (buf ));
10931093
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);
11031103
11041104 file = pgFileInit (path );
11051105 file -> write_size = (int64 ) write_size ;
0 commit comments