Fix typo in version-mismatch error report.
This commit is contained in:
parent
421f0baaff
commit
cf14ccd0ea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user