Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8faeba7

Browse files
committed
cleanup
1 parentc44e5e9 commit8faeba7

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
subPostgresNode::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
subPostgresNode::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)

[8]ページ先頭

©2009-2025 Movatter.jp