mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix whitespace
This commit is contained in:
@ -149,7 +149,7 @@ sub ecpgcheck
|
|||||||
sub isolationcheck
|
sub isolationcheck
|
||||||
{
|
{
|
||||||
chdir "../isolation";
|
chdir "../isolation";
|
||||||
copy("../../../$Config/isolationtester/isolationtester.exe",
|
copy("../../../$Config/isolationtester/isolationtester.exe",
|
||||||
"../../../$Config/pg_isolation_regress");
|
"../../../$Config/pg_isolation_regress");
|
||||||
my @args = (
|
my @args = (
|
||||||
"../../../$Config/pg_isolation_regress/pg_isolation_regress",
|
"../../../$Config/pg_isolation_regress/pg_isolation_regress",
|
||||||
|
Reference in New Issue
Block a user