Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0aa1d48

Browse files
committed
Allow leading zero on exponents in pgbench test results
Following commit7a727c1 this is found to be necessary on at least someWindows platforms.per buildfarm.
1 parentf83040c commit0aa1d48

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)

[8]ページ先頭

©2009-2025 Movatter.jp