We store Cash/money as int of size 4, so make it an int rather than a long.
Bruce Momjian <bruce@momjian.us>
We store Cash/money as int of size 4, so make it an int rather than a long.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parser.c | modified | +4 −4 |
| src/backend/utils/adt/cash.c | modified | +4 −4 |
| src/include/utils/cash.h | modified | +3 −2 |