mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Fix isolation check for MSVC to handle recent changes.
This commit is contained in:
@@ -149,7 +149,8 @@ sub ecpgcheck
|
|||||||
sub isolationcheck
|
sub isolationcheck
|
||||||
{
|
{
|
||||||
chdir "../isolation";
|
chdir "../isolation";
|
||||||
copy("../../../$Config/isolationtester/isolationtester.exe", ".");
|
copy("../../../$Config/isolationtester/isolationtester.exe",
|
||||||
|
"../../../$Config/pg_isolation_regress");
|
||||||
my @args = (
|
my @args = (
|
||||||
"../../../$Config/pg_isolation_regress/pg_isolation_regress",
|
"../../../$Config/pg_isolation_regress/pg_isolation_regress",
|
||||||
"--psqldir=../../../$Config/psql",
|
"--psqldir=../../../$Config/psql",
|
||||||
|
Reference in New Issue
Block a user