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

Commitd112ead

Browse files
committed
Reverse int8.out and int8-exp-three-digits.out mixup.
1 parent34411cf commitd112ead

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

‎src/test/regress/expected/int8-exp-three-digits.out

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -329,23 +329,23 @@ SELECT '' AS five, q1, q2, q1 / q2 AS divide, q1 % q2 AS mod FROM INT8_TBL;
329329
(5 rows)
330330

331331
SELECT '' AS five, q1, float8(q1) FROM INT8_TBL;
332-
five | q1 | float8
333-
------+------------------+----------------------
334-
| 123 | 123
335-
| 123 | 123
336-
| 4567890123456789 | 4.56789012345679e+15
337-
| 4567890123456789 | 4.56789012345679e+15
338-
| 4567890123456789 | 4.56789012345679e+15
332+
five | q1 | float8
333+
------+------------------+-----------------------
334+
| 123 |123
335+
| 123 |123
336+
| 4567890123456789 | 4.56789012345679e+015
337+
| 4567890123456789 | 4.56789012345679e+015
338+
| 4567890123456789 | 4.56789012345679e+015
339339
(5 rows)
340340

341341
SELECT '' AS five, q2, float8(q2) FROM INT8_TBL;
342-
five | q2 | float8
343-
------+-------------------+-----------------------
344-
| 456 | 456
345-
| 4567890123456789 | 4.56789012345679e+15
346-
| 123 | 123
347-
| 4567890123456789 | 4.56789012345679e+15
348-
| -4567890123456789 | -4.56789012345679e+15
342+
five | q2 |float8
343+
------+-------------------+------------------------
344+
| 456 |456
345+
| 4567890123456789 | 4.56789012345679e+015
346+
| 123 |123
347+
| 4567890123456789 | 4.56789012345679e+015
348+
| -4567890123456789 | -4.56789012345679e+015
349349
(5 rows)
350350

351351
SELECT 37 + q1 AS plus4 FROM INT8_TBL;

‎src/test/regress/expected/int8.out

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -329,23 +329,23 @@ SELECT '' AS five, q1, q2, q1 / q2 AS divide, q1 % q2 AS mod FROM INT8_TBL;
329329
(5 rows)
330330

331331
SELECT '' AS five, q1, float8(q1) FROM INT8_TBL;
332-
five | q1 | float8
333-
------+------------------+-----------------------
334-
| 123 |123
335-
| 123 |123
336-
| 4567890123456789 | 4.56789012345679e+015
337-
| 4567890123456789 | 4.56789012345679e+015
338-
| 4567890123456789 | 4.56789012345679e+015
332+
five | q1 | float8
333+
------+------------------+----------------------
334+
| 123 | 123
335+
| 123 | 123
336+
| 4567890123456789 | 4.56789012345679e+15
337+
| 4567890123456789 | 4.56789012345679e+15
338+
| 4567890123456789 | 4.56789012345679e+15
339339
(5 rows)
340340

341341
SELECT '' AS five, q2, float8(q2) FROM INT8_TBL;
342-
five | q2 |float8
343-
------+-------------------+------------------------
344-
| 456 |456
345-
| 4567890123456789 | 4.56789012345679e+015
346-
| 123 |123
347-
| 4567890123456789 | 4.56789012345679e+015
348-
| -4567890123456789 | -4.56789012345679e+015
342+
five | q2 | float8
343+
------+-------------------+-----------------------
344+
| 456 | 456
345+
| 4567890123456789 | 4.56789012345679e+15
346+
| 123 | 123
347+
| 4567890123456789 | 4.56789012345679e+15
348+
| -4567890123456789 | -4.56789012345679e+15
349349
(5 rows)
350350

351351
SELECT 37 + q1 AS plus4 FROM INT8_TBL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp