Commit 0aa1d489 authored by Andrew Dunstan's avatar Andrew Dunstan

Allow leading zero on exponents in pgbench test results

Following commit 7a727c18 this is found to be necessary on at least some
Windows platforms.

per buildfarm.
parent f83040c6
......@@ -240,8 +240,8 @@ pgbench(
qr{command=28.: double -0.125\b},
qr{command=29.: double -0.125\b},
qr{command=30.: double -0.00032\b},
qr{command=31.: double 8.50705917302346e\+37\b},
qr{command=32.: double 1e\+30\b},
qr{command=31.: double 8.50705917302346e\+0?37\b},
qr{command=32.: double 1e\+0?30\b},
],
'pgbench expressions',
{ '001_pgbench_expressions' => q{-- integer functions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment