Skip to content

Commit a46c4e6

Browse files
vbwagnerkelvich
authored andcommitted
make syntax compatible with older perl
1 parent 39f80e1 commit a46c4e6

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy