]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
pg_verify_checksums: Fix message punctuation
authorPeter Eisentraut <peter@eisentraut.org>
Sat, 4 May 2019 17:39:48 +0000 (19:39 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 4 May 2019 17:39:48 +0000 (19:39 +0200)
src/bin/pg_verify_checksums/pg_verify_checksums.c

index 7d9c2774277ec194d88d18bc6d00e2aec0e0d544..9316835995c76ae2120f4550bf16e03403929107 100644 (file)
@@ -325,7 +325,7 @@ main(int argc, char *argv[])
 
        if (ControlFile->blcksz != BLCKSZ)
        {
-               fprintf(stderr, _("%s: database cluster is not compatible.\n"),
+               fprintf(stderr, _("%s: database cluster is not compatible\n"),
                                progname);
                fprintf(stderr, _("The database cluster was initialized with block size %u, but pg_verify_checksums was compiled with block size %u.\n"),
                                ControlFile->blcksz, BLCKSZ);