Allow -2147483648 to be treated as an INT4 rather than INT8 constant.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b1faf3624bf4a4fc0e78dc551d9dd4d491339300
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-23T18:35:12Z
Releases: 8.1.0
Allow -2147483648 to be treated as an INT4 rather than INT8 constant.
Per discussion with Paul Edwards.

Files

PathChange+/−
src/backend/parser/parse_node.c modified +26 −9