File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -435,16 +435,18 @@ main(int argc, char *argv[])
435
435
fprintf (stderr , _ ("%s: data checksums are not enabled in cluster\n" ), progname );
436
436
exit (1 );
437
437
}
438
+
438
439
if (ControlFile -> data_checksum_version == 0 &&
439
440
mode == PG_MODE_DISABLE )
440
441
{
441
- fprintf (stderr , _ ("%s: data checksums are already disabled in cluster. \n" ), progname );
442
+ fprintf (stderr , _ ("%s: data checksums are already disabled in cluster\n" ), progname );
442
443
exit (1 );
443
444
}
445
+
444
446
if (ControlFile -> data_checksum_version > 0 &&
445
447
mode == PG_MODE_ENABLE )
446
448
{
447
- fprintf (stderr , _ ("%s: data checksums are already enabled in cluster. \n" ), progname );
449
+ fprintf (stderr , _ ("%s: data checksums are already enabled in cluster\n" ), progname );
448
450
exit (1 );
449
451
}
450
452
You can’t perform that action at this time.
0 commit comments