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

Commit7b81782

Browse files
committed
Fix variant float8 expected files to have exactly the expected spacing.
This wasn't important when we used diff's -w (--ignore-all-space) optionto compare regression result files, but it is now. Per buildfarm membercanary, which evidently has been offline since we did that in November,but came to life again today.
1 parent44b0d16 commit7b81782

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/test/regress/expected/float8-small-is-zero.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ LINE 1: SELECT '-10e400'::float8;
1919
SELECT '10e-400'::float8;
2020
float8
2121
--------
22-
0
22+
0
2323
(1 row)
2424

2525
SELECT '-10e-400'::float8;
2626
float8
2727
--------
28-
-0
28+
-0
2929
(1 row)
3030

3131
-- bad input

‎src/test/regress/expected/float8-small-is-zero_1.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ LINE 1: SELECT '-10e400'::float8;
1919
SELECT '10e-400'::float8;
2020
float8
2121
--------
22-
0
22+
0
2323
(1 row)
2424

2525
SELECT '-10e-400'::float8;
2626
float8
2727
--------
28-
0
28+
0
2929
(1 row)
3030

3131
-- bad input

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp