Make details of the Numeric representation private to numeric.c.
Robert Haas <rhaas@postgresql.org>
Make details of the Numeric representation private to numeric.c. Review by Tom Lane.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/btree_gist/btree_numeric.c | modified | +3 −3 |
| src/backend/utils/adt/format_type.c | modified | +2 −10 |
| src/backend/utils/adt/numeric.c | modified | +64 −1 |
| src/include/utils/numeric.h | modified | +6 −36 |