@@ -38,17 +38,17 @@ sub query_exec_async
38
38
}
39
39
40
40
sub PostgresNode ::psql_ok {
41
- my ($self , $sql , $comment ) = @_ ;
41
+ my ($self , $sql , $comment ) = @_ ;
42
42
43
- $self -> command_ok([' psql' , ' -A' , ' -t' , ' --no-psqlrc' ,
44
- ' -d' , $self -> connstr, ' -c' , $sql ], $comment );
43
+ $self -> command_ok([' psql' , ' -A' , ' -t' , ' --no-psqlrc' ,
44
+ ' -d' , $self -> connstr, ' -c' , $sql ], $comment );
45
45
}
46
46
47
47
sub PostgresNode ::psql_fails {
48
- my ($self , $sql , $comment ) = @_ ;
48
+ my ($self , $sql , $comment ) = @_ ;
49
49
50
- $self -> command_ok([' psql' , ' -A' , ' -t' , ' --no-psqlrc' ,
51
- ' -d' , $self -> connstr, ' -c' , $sql ], $comment );
50
+ $self -> command_ok([' psql' , ' -A' , ' -t' , ' --no-psqlrc' ,
51
+ ' -d' , $self -> connstr, ' -c' , $sql ], $comment );
52
52
}
53
53
54
54
# ##############################################################################
@@ -221,7 +221,7 @@ sub commit_global
221
221
$fail = 1 if $v1 == 101;
222
222
223
223
if ($v1 != 11) {
224
- print " WARNIG : behavior is stricter than in usual read commited \n "
224
+ print " WARNING : behavior is stricter than in usual read committed \n " ;
225
225
}
226
226
227
227
commit_global(" G1b-b" , $conn1b , $conn2b );
@@ -348,15 +348,3 @@ sub commit_global
348
348
commit_global(" PMPwp-b" , $conn1b , $conn2b );
349
349
350
350
is($fail , 0, " Predicate-Many-Preceders for write predicates (PMPwp)" );
351
-
352
-
353
-
354
-
355
-
356
-
357
-
358
-
359
-
360
-
361
-
362
-
0 commit comments