11
22# -*-perl-*- hey - emacs - this is a perl file
33
4- # $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.11 2009/08/18 22:36:56 adunstan Exp $
4+ # $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.12 2009/12/19 02:44:06 tgl Exp $
55
66use strict;
77
@@ -89,7 +89,6 @@ sub installcheck
8989" --psqldir=../../../$Config /psql" ,
9090" --schedule=${schedule} _schedule" ,
9191" --multibyte=SQL_ASCII" ,
92- " --load-language=plpgsql" ,
9392" --no-locale"
9493 );
9594push (@args ,$maxconn )if $maxconn ;
@@ -106,7 +105,6 @@ sub check
106105" --psqldir=../../../$Config /psql" ,
107106" --schedule=${schedule} _schedule" ,
108107" --multibyte=SQL_ASCII" ,
109- " --load-language=plpgsql" ,
110108" --no-locale" ,
111109" --temp-install=./tmp_check" ,
112110" --top-builddir=\" $topdir \" "
@@ -133,7 +131,6 @@ sub ecpgcheck
133131" --create-role=connectuser,connectdb" ,
134132" --schedule=${schedule} _schedule" ,
135133" --multibyte=SQL_ASCII" ,
136- " --load-language=plpgsql" ,
137134" --no-locale" ,
138135" --temp-install=./tmp_chk" ,
139136" --top-builddir=\" $topdir \" "