Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d37cda2

Browse files
committed
plpgsql patch broke the MSVC build, too.
1 parent d290363 commit d37cda2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
use 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
);
9594
push(@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\""

0 commit comments

Comments
 (0)