Skip to content

Commit 4e3ffd5

Browse files
committed
Remove line missed in previous commit
1 parent 1e12a49 commit 4e3ffd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@ sub upgradecheck
606606
print "\nStarting new cluster\n\n";
607607
@args = ('pg_ctl', '-l', "$logdir/postmaster2.log", 'start');
608608
system(@args) == 0 or exit 1;
609-
system(@args) == 0 or exit 1;
610609
print "\nDumping new cluster\n\n";
611610
@args = ('pg_dumpall', '-f', "$tmp_root/dump2.sql");
612611
system(@args) == 0 or exit 1;

0 commit comments

Comments
 (0)