Commit cd340ca8 authored by Andrew Dunstan's avatar Andrew Dunstan

Fix message typo.

parent 71ea7e97
...@@ -268,7 +268,7 @@ sub upgradecheck ...@@ -268,7 +268,7 @@ sub upgradecheck
installcheck(); installcheck();
# now we can chdir into the source dir # now we can chdir into the source dir
chdir "$topdir/contrib/pg_upgrade"; chdir "$topdir/contrib/pg_upgrade";
print "\nDuming old cluster\n\n"; print "\nDumping old cluster\n\n";
system("pg_dumpall -f $tmp_root/dump1.sql") == 0 or exit 1; system("pg_dumpall -f $tmp_root/dump1.sql") == 0 or exit 1;
print "\nStopping old cluster\n\n"; print "\nStopping old cluster\n\n";
system("pg_ctl -m fast stop") == 0 or exit 1; system("pg_ctl -m fast stop") == 0 or exit 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment