forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitacd6246
committed
Don't lose precision for float fields of Nodes.
Historically we've been more worried about making the output offloat fields look pretty than whether they'd be read back exactly.That won't work if we're to compare the read-back nodes forequality, so switch to using the Ryu code for float output.Author: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://www.postgresql.org/message-id/flat/4159834.1657405226@sss.pgh.pa.us1 parentc07785d commitacd6246
2 files changed
+25
-10
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
983 | 983 |
| |
984 | 984 |
| |
985 | 985 |
| |
986 |
| - | |
| 986 | + | |
987 | 987 |
| |
988 | 988 |
| |
989 | 989 |
| |
990 | 990 |
| |
991 |
| - | |
| 991 | + | |
992 | 992 |
| |
993 | 993 |
| |
994 | 994 |
| |
995 | 995 |
| |
996 |
| - | |
| 996 | + | |
997 | 997 |
| |
998 | 998 |
| |
999 | 999 |
| |
1000 | 1000 |
| |
1001 |
| - | |
1002 |
| - | |
| 1001 | + | |
| 1002 | + | |
1003 | 1003 |
| |
1004 | 1004 |
| |
1005 | 1005 |
| |
1006 | 1006 |
| |
1007 | 1007 |
| |
1008 |
| - | |
| 1008 | + | |
1009 | 1009 |
| |
1010 | 1010 |
| |
1011 | 1011 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| 29 | + | |
28 | 30 |
| |
29 | 31 |
| |
30 | 32 |
| |
| |||
69 | 71 |
| |
70 | 72 |
| |
71 | 73 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 |
| |
76 | 79 |
| |
77 | 80 |
| |
| |||
198 | 201 |
| |
199 | 202 |
| |
200 | 203 |
| |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
201 | 216 |
| |
202 | 217 |
| |
203 | 218 |
| |
| |||
525 | 540 |
| |
526 | 541 |
| |
527 | 542 |
| |
528 |
| - | |
| 543 | + | |
529 | 544 |
| |
530 | 545 |
| |
531 | 546 |
| |
|
0 commit comments
Comments
(0)