We store Cash/money as int of size 4, so make it an int rather than a long.

Bruce Momjian <bruce@momjian.us>

Commit: 021778eed3e6485b35ec74bbbf61a31724e87f23
Author: Bruce Momjian <bruce@momjian.us>
Date: 1997-08-22T07:13:01Z
Releases: 7.1.1
We store Cash/money as int of size 4, so make it an int rather than a long.

Files

PathChange+/−
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