File tree
Expand file treeCollapse file tree
3 files changed
+42
-1
lines changedFilter options
- src
- backend/utils/adt
- test/regress
- expected
- sql
Expand file treeCollapse file tree
3 files changed
+42
-1
lines changedsrc/backend/utils/adt/numeric.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/numeric.c+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8500 | 8500 |
|
8501 | 8501 |
|
8502 | 8502 |
|
| 8503 | + |
8503 | 8504 |
|
8504 | 8505 |
|
8505 | 8506 |
|
| ||
8530 | 8531 |
|
8531 | 8532 |
|
8532 | 8533 |
|
| 8534 | + |
8533 | 8535 |
|
8534 | 8536 |
|
8535 | 8537 |
|
8536 | 8538 |
|
8537 | 8539 |
|
8538 | 8540 |
|
| 8541 | + |
8539 | 8542 |
|
8540 | 8543 |
|
8541 | 8544 |
|
8542 | 8545 |
|
8543 | 8546 |
|
8544 | 8547 |
|
8545 | 8548 |
|
| 8549 | + |
8546 | 8550 |
|
8547 | 8551 |
|
8548 | 8552 |
|
| ||
8555 | 8559 |
|
8556 | 8560 |
|
8557 | 8561 |
|
| 8562 | + |
| 8563 | + |
| 8564 | + |
| 8565 | + |
8558 | 8566 |
|
8559 |
| - |
| 8567 | + |
8560 | 8568 |
|
8561 | 8569 |
|
8562 | 8570 |
|
|
src/test/regress/expected/numeric_big.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/numeric_big.out+19Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1612 | 1612 |
|
1613 | 1613 |
|
1614 | 1614 |
|
| 1615 | + |
| 1616 | + |
| 1617 | + |
| 1618 | + |
| 1619 | + |
| 1620 | + |
| 1621 | + |
| 1622 | + |
| 1623 | + |
| 1624 | + |
| 1625 | + |
| 1626 | + |
| 1627 | + |
| 1628 | + |
| 1629 | + |
| 1630 | + |
| 1631 | + |
| 1632 | + |
| 1633 | + |
1615 | 1634 |
|
1616 | 1635 |
|
1617 | 1636 |
|
|
src/test/regress/sql/numeric_big.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/numeric_big.sql+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1193 | 1193 |
|
1194 | 1194 |
|
1195 | 1195 |
|
| 1196 | + |
| 1197 | + |
| 1198 | + |
| 1199 | + |
| 1200 | + |
| 1201 | + |
| 1202 | + |
| 1203 | + |
| 1204 | + |
| 1205 | + |
| 1206 | + |
| 1207 | + |
| 1208 | + |
| 1209 | + |
1196 | 1210 |
|
1197 | 1211 |
|
1198 | 1212 |
|
|
0 commit comments