[EMAIL PROTECTED] writes: > In the 7.4.1 release, I've found that it implicitly types INT_MIN, > -2147483648, as a 64-bit integer instead of a 32-bit integer.
This is not a bug, and the reason is that "-" is a separate operator. "2147483648" is an int8 constant. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly