Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdad4215

Browse files
committed
Experimental patch to see if it fixes MSVC builds ...
1 parent0ff384f commitdad4215

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/tools/msvc/vcregress.pl

Lines changed: 3 additions & 1 deletion
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.7 2008/05/30 00:04:32 tgl Exp $
4+
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.8 2008/10/06 02:55:20 tgl Exp $
55

66
use strict;
77

@@ -95,6 +95,7 @@ sub installcheck
9595
{
9696
my@args = (
9797
"../../../$Config/pg_regress/pg_regress",
98+
"--dlpath=.",
9899
"--psqldir=../../../$Config/psql",
99100
"--schedule=${schedule}_schedule",
100101
"--multibyte=SQL_ASCII",
@@ -111,6 +112,7 @@ sub check
111112
{
112113
my@args = (
113114
"../../../$Config/pg_regress/pg_regress",
115+
"--dlpath=.",
114116
"--psqldir=../../../$Config/psql",
115117
"--schedule=${schedule}_schedule",
116118
"--multibyte=SQL_ASCII",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp