提交 cf14ccd0 编写于 作者: T Tom Lane

Fix typo in version-mismatch error report.

上级 421f0baa
......@@ -115,7 +115,7 @@ _check_database_version(ArchiveHandle *AH, bool ignoreVersion)
if (myversion != remoteversion)
{
fprintf(stderr, "Database version: %s\n%s version: %s\n",
progname, remoteversion_str, PG_VERSION);
remoteversion_str, progname, PG_VERSION);
if (ignoreVersion)
fprintf(stderr, "Proceeding despite version mismatch.\n");
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册