mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
Remove line missed in previous commit
This commit is contained in:
parent
1e12a495b4
commit
4e3ffd5981
@ -606,7 +606,6 @@ sub upgradecheck
|
||||
print "\nStarting new cluster\n\n";
|
||||
@args = ('pg_ctl', '-l', "$logdir/postmaster2.log", 'start');
|
||||
system(@args) == 0 or exit 1;
|
||||
system(@args) == 0 or exit 1;
|
||||
print "\nDumping new cluster\n\n";
|
||||
@args = ('pg_dumpall', '-f', "$tmp_root/dump2.sql");
|
||||
system(@args) == 0 or exit 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user