projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71ea7e9
)
Fix message typo.
author
Andrew Dunstan
<andrew@dunslane.net>
Wed, 6 Mar 2013 14:53:38 +0000
(09:53 -0500)
committer
Andrew Dunstan
<andrew@dunslane.net>
Wed, 6 Mar 2013 14:53:38 +0000
(09:53 -0500)
src/tools/msvc/vcregress.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/vcregress.pl
b/src/tools/msvc/vcregress.pl
index 1f95d9f08d607e1252e655c26152e6e34cc5e23e..c0f9fc674cb244ab93db289235b7b155c968662d 100644
(file)
--- a/
src/tools/msvc/vcregress.pl
+++ b/
src/tools/msvc/vcregress.pl
@@
-268,7
+268,7
@@
sub upgradecheck
installcheck();
# now we can chdir into the source dir
chdir "$topdir/contrib/pg_upgrade";
- print "\nDuming old cluster\n\n";
+ print "\nDum
p
ing old cluster\n\n";
system("pg_dumpall -f $tmp_root/dump1.sql") == 0 or exit 1;
print "\nStopping old cluster\n\n";
system("pg_ctl -m fast stop") == 0 or exit 1;