mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
The old claim is from my commit d06ebdb8d3
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.