Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0aa1d48

Browse files
committed
Allow leading zero on exponents in pgbench test results
Following commit 7a727c1 this is found to be necessary on at least some Windows platforms. per buildfarm.
1 parent f83040c commit 0aa1d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pgbench/t/001_pgbench_with_server.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ sub pgbench
240240
qr{command=28.: double -0.125\b},
241241
qr{command=29.: double -0.125\b},
242242
qr{command=30.: double -0.00032\b},
243-
qr{command=31.: double 8.50705917302346e\+37\b},
244-
qr{command=32.: double 1e\+30\b},
243+
qr{command=31.: double 8.50705917302346e\+0?37\b},
244+
qr{command=32.: double 1e\+0?30\b},
245245
],
246246
'pgbench expressions',
247247
{ '001_pgbench_expressions' => q{-- integer functions

0 commit comments

Comments
 (0)