projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fccaea4
)
Fix allowing of leading zero on exponents in pgbench test results
author
Teodor Sigaev
Wed, 10 Jan 2018 08:33:37 +0000
(11:33 +0300)
committer
Teodor Sigaev
Wed, 10 Jan 2018 08:33:37 +0000
(11:33 +0300)
Commit
bc7fa0c15c590ddf4872e426abd76c2634f22aca
accidentally lost fixes of
0aa1d489ea756b96b6d5573692ae9cd5d143c2a5
commit.
Thanks to Thomas Munro
src/bin/pgbench/t/001_pgbench_with_server.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pgbench/t/001_pgbench_with_server.pl
b/src/bin/pgbench/t/001_pgbench_with_server.pl
index e57933491493cd7aa235afc9da4bc020d3ec995a..a8b2962bd086238414233d1eeec1e20bcc7daa36 100644
(file)
--- a/
src/bin/pgbench/t/001_pgbench_with_server.pl
+++ b/
src/bin/pgbench/t/001_pgbench_with_server.pl
@@
-239,7
+239,7
@@
pgbench(
qr{command=26.: double -0.125\b},
qr{command=27.: double -0.00032\b},
qr{command=28.: double 8.50705917302346e\+0?37\b},
- qr{command=29.: double 1e\+30\b},
+ qr{command=29.: double 1e\+
0?
30\b},
qr{command=30.: boolean false\b},
qr{command=31.: boolean true\b},
qr{command=32.: int 32\b},