Thanks to visit codestin.com Credit goes to github.com
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 ec645ef commit df15d11Copy full SHA for df15d11
src/tools/msvc/vcregress.pl
@@ -143,9 +143,11 @@ sub isolationcheck
143
chdir "../isolation";
144
copy("../../../$Config/isolation_tester/isolation_tester.exe",".");
145
my @args = (
146
- "../../../$Config/pg_isolation_regress/pg_isolation_regress",
147
- "--inputdir=.", "--schedule=./isolation_schedule"
148
- );
+ "../../../$Config/pg_isolation_regress/pg_isolation_regress",
+ "--psqldir=../../../$Config/psql",
+ "--inputdir=.",
149
+ "--schedule=./isolation_schedule"
150
+ );
151
push(@args,$maxconn) if $maxconn;
152
system(@args);
153
my $status = $? >>8;
0 commit comments