8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b14ae commit 3f2a191Copy full SHA for 3f2a191
src/tools/msvc/vcregress.pl
@@ -1,7 +1,7 @@
1
2
# -*-perl-*- hey - emacs - this is a perl file
3
4
-# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.1 2007/09/23 21:52:56 adunstan Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.2 2007/09/24 21:14:54 adunstan Exp $
5
6
use strict;
7
@@ -36,7 +36,7 @@
36
# use a capital C here because config.pl has $config
37
my $Config = -e "release/postgres/postgres.exe" ? "Release" : "Debug";
38
39
-copy("$Config/refint/defint.dll","contrib/spi");
+copy("$Config/refint/refint.dll","contrib/spi");
40
copy("$Config/autoinc/autoinc.dll","contrib/spi");
41
copy("$Config/regress/regress.dll","src/test/regress");
42
0 commit comments