Kris Jurka <[EMAIL PROTECTED]> writes: > Well, it's not really truncated it just overflows long long.
Oh, okay, I finally get the point --- it's the difference between signed and unsigned that's at issue. I suppose that the UINT64CONST macro really ought to use x##ULL not x##LL. Does anyone think that we need a separate configure test for this, or can we assume any compiler that eats LL will eat ULL? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster