Commit d37cda2c authored by Tom Lane's avatar Tom Lane

plpgsql patch broke the MSVC build, too.

parent d2903637
# -*-perl-*- hey - emacs - this is a perl file # -*-perl-*- hey - emacs - this is a perl file
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.11 2009/08/18 22:36:56 adunstan Exp $ # $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.12 2009/12/19 02:44:06 tgl Exp $
use strict; use strict;
...@@ -89,7 +89,6 @@ sub installcheck ...@@ -89,7 +89,6 @@ sub installcheck
"--psqldir=../../../$Config/psql", "--psqldir=../../../$Config/psql",
"--schedule=${schedule}_schedule", "--schedule=${schedule}_schedule",
"--multibyte=SQL_ASCII", "--multibyte=SQL_ASCII",
"--load-language=plpgsql",
"--no-locale" "--no-locale"
); );
push(@args,$maxconn) if $maxconn; push(@args,$maxconn) if $maxconn;
...@@ -106,7 +105,6 @@ sub check ...@@ -106,7 +105,6 @@ sub check
"--psqldir=../../../$Config/psql", "--psqldir=../../../$Config/psql",
"--schedule=${schedule}_schedule", "--schedule=${schedule}_schedule",
"--multibyte=SQL_ASCII", "--multibyte=SQL_ASCII",
"--load-language=plpgsql",
"--no-locale", "--no-locale",
"--temp-install=./tmp_check", "--temp-install=./tmp_check",
"--top-builddir=\"$topdir\"" "--top-builddir=\"$topdir\""
...@@ -133,7 +131,6 @@ sub ecpgcheck ...@@ -133,7 +131,6 @@ sub ecpgcheck
"--create-role=connectuser,connectdb", "--create-role=connectuser,connectdb",
"--schedule=${schedule}_schedule", "--schedule=${schedule}_schedule",
"--multibyte=SQL_ASCII", "--multibyte=SQL_ASCII",
"--load-language=plpgsql",
"--no-locale", "--no-locale",
"--temp-install=./tmp_chk", "--temp-install=./tmp_chk",
"--top-builddir=\"$topdir\"" "--top-builddir=\"$topdir\""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment