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 @@ -635,7 +635,7 @@ main(int argc, char *argv[])
635
635
if (mode == PG_MODE_CHECK )
636
636
{
637
637
printf (_ ("Bad checksums: %s\n" ), psprintf (INT64_FORMAT , badblocks ));
638
- printf (_ ("Data checksum version: %d \n" ), ControlFile -> data_checksum_version );
638
+ printf (_ ("Data checksum version: %u \n" ), ControlFile -> data_checksum_version );
639
639
640
640
if (badblocks > 0 )
641
641
exit (1 );
@@ -662,7 +662,7 @@ main(int argc, char *argv[])
662
662
update_controlfile (DataDir , ControlFile , do_sync );
663
663
664
664
if (verbose )
665
- printf (_ ("Data checksum version: %d \n" ), ControlFile -> data_checksum_version );
665
+ printf (_ ("Data checksum version: %u \n" ), ControlFile -> data_checksum_version );
666
666
if (mode == PG_MODE_ENABLE )
667
667
printf (_ ("Checksums enabled in cluster\n" ));
668
668
else
You can’t perform that action at this time.
0 commit comments