mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix whitespace
This commit is contained in:
parent
5d924f067c
commit
87d8378f60
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ 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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue