Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4e3ffd5

Browse filesBrowse files
committed
Remove line missed in previous commit
1 parent 1e12a49 commit 4e3ffd5
Copy full SHA for 4e3ffd5

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎src/tools/msvc/vcregress.pl

Copy file name to clipboardExpand all lines: src/tools/msvc/vcregress.pl
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.