File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ main(int argc, char *argv[])
634
634
if (mode == PG_MODE_CHECK )
635
635
{
636
636
printf (_ ("Bad checksums: %s\n" ), psprintf (INT64_FORMAT , badblocks ));
637
- printf (_ ("Data checksum version: %d \n" ), ControlFile -> data_checksum_version );
637
+ printf (_ ("Data checksum version: %u \n" ), ControlFile -> data_checksum_version );
638
638
639
639
if (badblocks > 0 )
640
640
exit (1 );
@@ -661,7 +661,7 @@ main(int argc, char *argv[])
661
661
update_controlfile (DataDir , ControlFile , do_sync );
662
662
663
663
if (verbose )
664
- printf (_ ("Data checksum version: %d \n" ), ControlFile -> data_checksum_version );
664
+ printf (_ ("Data checksum version: %u \n" ), ControlFile -> data_checksum_version );
665
665
if (mode == PG_MODE_ENABLE )
666
666
printf (_ ("Checksums enabled in cluster\n" ));
667
667
else
You can’t perform that action at this time.
0 commit comments