projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a570fea
)
Improve legibility of numeric literal
author
Andrew Dunstan
<andrew@dunslane.net>
Mon, 17 Jul 2017 19:35:19 +0000
(15:35 -0400)
committer
Andrew Dunstan
<andrew@dunslane.net>
Mon, 17 Jul 2017 19:35:46 +0000
(15:35 -0400)
src/test/perl/PostgresNode.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/test/perl/PostgresNode.pm
b/src/test/perl/PostgresNode.pm
index 4f414c3c03f9845eaa2fbc230f850f72fbfb28cd..d87296af0863318b74712261dc296cfd68b463da 100644
(file)
--- a/
src/test/perl/PostgresNode.pm
+++ b/
src/test/perl/PostgresNode.pm
@@
-1249,7
+1249,7
@@
sub poll_query_until
}
# Wait 0.1 second before retrying.
- usleep(100000);
+ usleep(100
_
000);
$attempts++;
}