Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit31eb62d

Browse files
committed
Fix error message in pg_verify_checksums
5864d24 has introduced a new error message, and I somewhat managed tofail adapting the back-patched version correctly with the tool name.
1 parentadf27de commit31eb62d

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
@@ -327,7 +327,7 @@ main(int argc, char *argv[])
327327
{
328328
fprintf(stderr,_("%s: database cluster is not compatible.\n"),
329329
progname);
330-
fprintf(stderr,_("The database cluster was initialized with block size %u, butpg_checksums was compiled with block size %u.\n"),
330+
fprintf(stderr,_("The database cluster was initialized with block size %u, butpg_verify_checksums was compiled with block size %u.\n"),
331331
ControlFile->blcksz,BLCKSZ);
332332
exit(1);
333333
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp