We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83040c commit 0aa1d48Copy full SHA for 0aa1d48
src/bin/pgbench/t/001_pgbench_with_server.pl
@@ -240,8 +240,8 @@ sub pgbench
240
qr{command=28.: double -0.125\b},
241
qr{command=29.: double -0.125\b},
242
qr{command=30.: double -0.00032\b},
243
- qr{command=31.: double 8.50705917302346e\+37\b},
244
- qr{command=32.: double 1e\+30\b},
+ qr{command=31.: double 8.50705917302346e\+0?37\b},
+ qr{command=32.: double 1e\+0?30\b},
245
],
246
'pgbench expressions',
247
{ '001_pgbench_expressions' => q{-- integer functions
0 commit comments