Commit 61d7c6d
committed
Documentation fix: sum(float4) returns float4, not float8.
The old claim is from my commit d06ebdb of
2000-07-17, but it seems to have been a plain old thinko; sum(float4) has
been distinct from sum(float8) since Berkeley days. Noted by KaiGai Kohei.
While at it, mention the existence of sum(money), which is also of
embarrassingly ancient vintage.1 parent 81bffe6 commit 61d7c6d
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10697 | 10697 | | |
10698 | 10698 | | |
10699 | 10699 | | |
10700 | | - | |
10701 | | - | |
| 10700 | + | |
| 10701 | + | |
10702 | 10702 | | |
10703 | 10703 | | |
10704 | 10704 | | |
10705 | 10705 | | |
10706 | | - | |
10707 | | - | |
| 10706 | + | |
10708 | 10707 | | |
10709 | 10708 | | |
10710 | 10709 | | |
| |||
0 commit comments