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.
This commit is contained in:
parent
f83040c62a
commit
0aa1d489ea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user