forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit84e832a

Thomas G. Lockhart
Use sprintf() to convert float8 to a string during conversion to numeric.
Original code used float8out(), but the resulting exponential notation was not handled (e.g. '3E9' was decoded as '3').1 parent54067db commit84e832a
1 file changed
+4
-5
lines changedLines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
1693 | 1693 |
| |
1694 | 1694 |
| |
1695 | 1695 |
| |
1696 |
| - | |
| 1696 | + | |
1697 | 1697 |
| |
1698 | 1698 |
| |
1699 | 1699 |
| |
| |||
1703 | 1703 |
| |
1704 | 1704 |
| |
1705 | 1705 |
| |
1706 |
| - | |
1707 |
| - | |
| 1706 | + | |
| 1707 | + | |
1708 | 1708 |
| |
1709 | 1709 |
| |
1710 | 1710 |
| |
1711 |
| - | |
1712 | 1711 |
| |
1713 | 1712 |
| |
1714 | 1713 |
| |
|
0 commit comments
Comments
(0)