@@ -337,7 +337,7 @@ main(int argc, char *argv[])
337
337
* won't have the WAL ranges for the resulting manifest.
338
338
*/
339
339
if (manifests [n_prior_backups ] == NULL )
340
- pg_fatal ("can't generate a manifest because no manifest is available for the final input backup" );
340
+ pg_fatal ("cannot generate a manifest because no manifest is available for the final input backup" );
341
341
}
342
342
else
343
343
mwriter = NULL ;
@@ -655,7 +655,7 @@ check_control_files(int n_backups, char **backup_dirs)
655
655
if (data_checksum_mismatch )
656
656
{
657
657
pg_log_warning ("only some backups have checksums enabled" );
658
- pg_log_warning_hint ("disable , and optionally reenable, checksums on the output directory to avoid failures" );
658
+ pg_log_warning_hint ("Disable , and optionally reenable, checksums on the output directory to avoid failures. " );
659
659
}
660
660
661
661
return system_identifier ;
@@ -766,9 +766,9 @@ help(const char *progname)
766
766
printf (_ (" -o, --output=DIRECTORY output directory\n" ));
767
767
printf (_ (" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
768
768
" relocate tablespace in OLDDIR to NEWDIR\n" ));
769
- printf (_ (" --clone clone (reflink) instead of copying files \n" ));
769
+ printf (_ (" --clone clone (reflink) files instead of copying\n" ));
770
770
printf (_ (" --copy copy files (default)\n" ));
771
- printf (_ (" --copy-file-range copy using copy_file_range() syscall \n" ));
771
+ printf (_ (" --copy-file-range copy using copy_file_range() system call \n" ));
772
772
printf (_ (" --manifest-checksums=SHA{224,256,384,512}|CRC32C|NONE\n"
773
773
" use algorithm for manifest checksums\n" ));
774
774
printf (_ (" --no-manifest suppress generation of backup manifest\n" ));
@@ -1070,7 +1070,7 @@ process_directory_recursively(Oid tsoid,
1070
1070
*/
1071
1071
bmpath = psprintf ("%s/%s" , input_directory ,
1072
1072
"backup_manifest" );
1073
- pg_log_warning ("\"%s\" contains no entry for \"%s\"" ,
1073
+ pg_log_warning ("manifest file \"%s\" contains no entry for file \"%s\"" ,
1074
1074
bmpath , manifest_path );
1075
1075
pfree (bmpath );
1076
1076
}
0 commit comments