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

Commitd16c2de

Browse files
committed
Fix allowing of leading zero on exponents in pgbench test results
Commitbc7fa0c accidentally lost fixes of0aa1d48 commit.Thanks to Thomas Munro
1 parentfccaea4 commitd16c2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ sub pgbench
239239
qr{command=26.: double -0.125\b},
240240
qr{command=27.: double -0.00032\b},
241241
qr{command=28.: double 8.50705917302346e\+0?37\b},
242-
qr{command=29.: double 1e\+30\b},
242+
qr{command=29.: double 1e\+0?30\b},
243243
qr{command=30.: boolean false\b},
244244
qr{command=31.: boolean true\b},
245245
qr{command=32.: int 32\b},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp