- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitd72f6c7
committed
Reimplement NUMERIC datatype using base-10000 arithmetic; also improve
some of the algorithms for higher functions. I see about a factor of tenspeedup on the 'numeric' regression test, but it's unlikely that that testis representative of real-world applications.initdb forced due to change of on-disk representation for NUMERIC.1 parent5ae4245 commitd72f6c7
File tree
6 files changed
+1578
-948
lines changed- doc/src/sgml
- src
- backend/utils/adt
- include
- catalog
- utils
- test/regress/expected
6 files changed
+1578
-948
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
|
0 commit comments
Comments
(0)