Skip to content

Commit 8faeba7

Browse files
committed
cleanup
1 parent c44e5e9 commit 8faeba7

File tree

2 files changed

+7
-96
lines changed

2 files changed

+7
-96
lines changed

contrib/pg_tsdtm/README

Lines changed: 0 additions & 89 deletions
This file was deleted.

contrib/pg_tsdtm/t/001_distributed_transactions.pl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ sub query_exec
2929
}
3030

3131
sub PostgresNode::psql_ok {
32-
my ($self, $sql, $comment) = @_;
32+
my ($self, $sql, $comment) = @_;
3333

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);
3636
}
3737

3838
sub PostgresNode::psql_fails {
39-
my ($self, $sql, $comment) = @_;
39+
my ($self, $sql, $comment) = @_;
4040

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);
4343
}
4444

4545
###############################################################################
@@ -84,7 +84,7 @@ sub count_total
8484

8585
query_exec($c1, "begin");
8686
query_exec($c2, "begin");
87-
87+
8888
my $snapshot = query_row($c1, "select dtm_extend()");
8989
query_row($c2, "select dtm_access($snapshot)");
9090

0 commit comments

Comments
 (0)