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

Commita46c4e6

Browse files
vbwagnerkelvich
authored andcommitted
make syntax compatible with older perl
1 parent39f80e1 commita46c4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎t/001_basic_recovery.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
note("inserting 2 on node 0");
5353
$ret =$cluster->psql(0,'postgres',"insert into t values(2, 20);");# this transaciton may fail
54-
note"tx1 status =$ret";
54+
note("tx1 status =$ret");
5555

5656

5757
note("inserting 3 on node 1");
@@ -60,7 +60,7 @@
6060

6161
note("inserting 4 on node 0 (can fail)");
6262
$ret =$cluster->psql(0,'postgres',"insert into t values(4, 40);");
63-
note"tx1 status =$ret";
63+
note("tx1 status =$ret");
6464

6565
note("inserting 5 on node 1 (can fail)");
6666
$ret =$cluster->psql(1,'postgres',"insert into t values(5, 50);");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp