aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2018-01-10 11:33:37 +0300
committerTeodor Sigaev <teodor@sigaev.ru>2018-01-10 11:33:37 +0300
commitd16c2de6244f3b71c0c77a3d63905227fdc78428 (patch)
tree5c4f48d1a29df3ac03bc7f17ff4df64648d2300b
parentfccaea45496d721012ce8fbbebae82e4dbfc1ef4 (diff)
downloadpostgresql-d16c2de6244f3b71c0c77a3d63905227fdc78428.tar.gz
postgresql-d16c2de6244f3b71c0c77a3d63905227fdc78428.zip
Fix allowing of leading zero on exponents in pgbench test results
Commit bc7fa0c15c590ddf4872e426abd76c2634f22aca accidentally lost fixes of 0aa1d489ea756b96b6d5573692ae9cd5d143c2a5 commit. Thanks to Thomas Munro
-rw-r--r--src/bin/pgbench/t/001_pgbench_with_server.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgbench/t/001_pgbench_with_server.pl b/src/bin/pgbench/t/001_pgbench_with_server.pl
index e5793349149..a8b2962bd08 100644
--- 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},