Skip to content

Commit 506af10

Browse files
committed
pg_verify_checksums: Fix message punctuation
1 parent bf07202 commit 506af10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_verify_checksums/pg_verify_checksums.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ main(int argc, char *argv[])
325325

326326
if (ControlFile->blcksz != BLCKSZ)
327327
{
328-
fprintf(stderr, _("%s: database cluster is not compatible.\n"),
328+
fprintf(stderr, _("%s: database cluster is not compatible\n"),
329329
progname);
330330
fprintf(stderr, _("The database cluster was initialized with block size %u, but pg_verify_checksums was compiled with block size %u.\n"),
331331
ControlFile->blcksz, BLCKSZ);

0 commit comments

Comments
 (0)