summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorTom Lane2008-11-28 23:47:51 +0000
committerTom Lane2008-11-28 23:47:51 +0000
commit2a6108ac247ed27f084a25269288a2818371aec1 (patch)
tree10d075c9ff6ef02f4077e641d2573111355fa481 /src/tools
parent4cee672177974062d20c6a2f7b51ed57501d79b7 (diff)
Partial fix for fallout from temp-port changes. ecpg still needs more work,
but I think this is enough to turn the buildfarm green again.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/msvc/vcregress.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tools/msvc/vcregress.pl b/src/tools/msvc/vcregress.pl
index 954e23e5ce1..9312e758c84 100644
--- a/src/tools/msvc/vcregress.pl
+++ b/src/tools/msvc/vcregress.pl
@@ -1,7 +1,7 @@
# -*-perl-*- hey - emacs - this is a perl file
-# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.8 2008/10/06 02:55:20 tgl Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.9 2008/11/28 23:47:51 tgl Exp $
use strict;
@@ -119,8 +119,7 @@ sub check
"--load-language=plpgsql",
"--no-locale",
"--temp-install=./tmp_check",
- "--top-builddir=\"$topdir\"",
- "--temp-port=$temp_port"
+ "--top-builddir=\"$topdir\""
);
push(@args,$maxconn) if $maxconn;
push(@args,$temp_config) if $temp_config;
@@ -148,7 +147,7 @@ sub ecpgcheck
"--no-locale",
"--temp-install=./tmp_chk",
"--top-builddir=\"$topdir\"",
- "--temp-port=$temp_port"
+ "--port=$temp_port"
);
push(@args,$maxconn) if $maxconn;
system(@args);