Skip to content

Commit df15d11

Browse files
committed
Add required psqldir setting for isolation checks.
1 parent ec645ef commit df15d11

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,11 @@ sub isolationcheck
143143
chdir "../isolation";
144144
copy("../../../$Config/isolation_tester/isolation_tester.exe",".");
145145
my @args = (
146-
"../../../$Config/pg_isolation_regress/pg_isolation_regress",
147-
"--inputdir=.", "--schedule=./isolation_schedule"
148-
);
146+
"../../../$Config/pg_isolation_regress/pg_isolation_regress",
147+
"--psqldir=../../../$Config/psql",
148+
"--inputdir=.",
149+
"--schedule=./isolation_schedule"
150+
);
149151
push(@args,$maxconn) if $maxconn;
150152
system(@args);
151153
my $status = $? >>8;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy