1
1
2
2
# -*-perl-*- hey - emacs - this is a perl file
3
3
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 $
5
5
6
6
use strict;
7
7
@@ -89,7 +89,6 @@ sub installcheck
89
89
" --psqldir=../../../$Config /psql" ,
90
90
" --schedule=${schedule} _schedule" ,
91
91
" --multibyte=SQL_ASCII" ,
92
- " --load-language=plpgsql" ,
93
92
" --no-locale"
94
93
);
95
94
push (@args ,$maxconn ) if $maxconn ;
@@ -106,7 +105,6 @@ sub check
106
105
" --psqldir=../../../$Config /psql" ,
107
106
" --schedule=${schedule} _schedule" ,
108
107
" --multibyte=SQL_ASCII" ,
109
- " --load-language=plpgsql" ,
110
108
" --no-locale" ,
111
109
" --temp-install=./tmp_check" ,
112
110
" --top-builddir=\" $topdir \" "
@@ -133,7 +131,6 @@ sub ecpgcheck
133
131
" --create-role=connectuser,connectdb" ,
134
132
" --schedule=${schedule} _schedule" ,
135
133
" --multibyte=SQL_ASCII" ,
136
- " --load-language=plpgsql" ,
137
134
" --no-locale" ,
138
135
" --temp-install=./tmp_chk" ,
139
136
" --top-builddir=\" $topdir \" "
0 commit comments