- Notifications
You must be signed in to change notification settings - Fork5
Commit59f2971
committed
Fixes:
This patch forces postgres95 to assume any floating-point value is afloat8. It removes the requirement that you cast all floating-pointconstants to float8.We can remove alot of casts in the regression test after we are surethis works.If I have missed anything, would someone let me know. I have testedinserts of floating-point values into float8 fields, and it worked well.Casting the number to float4 showed the same precision loss as previousuncast values showed.Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>1 parent9b7eb28 commit59f2971
2 files changed
+7
-7
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
2112 | 2112 |
| |
2113 | 2113 |
| |
2114 | 2114 |
| |
2115 |
| - | |
| 2115 | + | |
2116 | 2116 |
| |
2117 | 2117 |
| |
2118 | 2118 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
594 | 594 |
| |
595 | 595 |
| |
596 | 596 |
| |
597 |
| - | |
598 |
| - | |
| 597 | + | |
| 598 | + | |
599 | 599 |
| |
600 |
| - | |
| 600 | + | |
601 | 601 |
| |
602 | 602 |
| |
603 |
| - | |
| 603 | + | |
604 | 604 |
| |
605 | 605 |
| |
606 | 606 |
| |
|
0 commit comments
Comments
(0)