We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db236c commit c52ba36Copy full SHA for c52ba36
src/tools/msvc/vcregress.pl
@@ -268,7 +268,7 @@ sub upgradecheck
268
installcheck();
269
# now we can chdir into the source dir
270
chdir "$topdir/contrib/pg_upgrade";
271
- print "\nDuming old cluster\n\n";
+ print "\nDumping old cluster\n\n";
272
system("pg_dumpall -f $tmp_root/dump1.sql") == 0 or exit 1;
273
print "\nStopping old cluster\n\n";
274
system("pg_ctl -m fast stop") == 0 or exit 1;
0 commit comments