mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Remove line missed in previous commit
This commit is contained in:
parent
1e12a495b4
commit
4e3ffd5981
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue