mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 05:02:57 -04:00
Fix isolation check for MSVC to handle recent changes.
This commit is contained in:
parent
c46c803f8a
commit
869b1e4a67
1 changed files with 2 additions and 1 deletions
|
|
@ -149,7 +149,8 @@ sub ecpgcheck
|
|||
sub isolationcheck
|
||||
{
|
||||
chdir "../isolation";
|
||||
copy("../../../$Config/isolationtester/isolationtester.exe", ".");
|
||||
copy("../../../$Config/isolationtester/isolationtester.exe",
|
||||
"../../../$Config/pg_isolation_regress");
|
||||
my @args = (
|
||||
"../../../$Config/pg_isolation_regress/pg_isolation_regress",
|
||||
"--psqldir=../../../$Config/psql",
|
||||
|
|
|
|||
Loading…
Reference in a new issue