@@ -29,17 +29,17 @@ sub query_exec
29
29
}
30
30
31
31
sub PostgresNode ::psql_ok {
32
- my ($self , $sql , $comment ) = @_ ;
32
+ my ($self , $sql , $comment ) = @_ ;
33
33
34
- $self -> command_ok([' psql' , ' -A' , ' -t' , ' --no-psqlrc' ,
35
- ' -d' , $self -> connstr, ' -c' , $sql ], $comment );
34
+ $self -> command_ok([' psql' , ' -A' , ' -t' , ' --no-psqlrc' ,
35
+ ' -d' , $self -> connstr, ' -c' , $sql ], $comment );
36
36
}
37
37
38
38
sub PostgresNode ::psql_fails {
39
- my ($self , $sql , $comment ) = @_ ;
39
+ my ($self , $sql , $comment ) = @_ ;
40
40
41
- $self -> command_ok([' psql' , ' -A' , ' -t' , ' --no-psqlrc' ,
42
- ' -d' , $self -> connstr, ' -c' , $sql ], $comment );
41
+ $self -> command_ok([' psql' , ' -A' , ' -t' , ' --no-psqlrc' ,
42
+ ' -d' , $self -> connstr, ' -c' , $sql ], $comment );
43
43
}
44
44
45
45
# ##############################################################################
@@ -84,7 +84,7 @@ sub count_total
84
84
85
85
query_exec($c1 , " begin" );
86
86
query_exec($c2 , " begin" );
87
-
87
+
88
88
my $snapshot = query_row($c1 , " select dtm_extend()" );
89
89
query_row($c2 , " select dtm_access($snapshot )" );
90
90
0 commit comments