Zeugswetter Andreas SB <[EMAIL PROTECTED]> writes:
> The macro AbsoluteTimeIsReal does not work somehow.
Hm. That expands to
(((int) time) < ((int) 0x7FFFFFFC) && \
((int) time) > ((int) 0x80000001))
On a machine where int is 32 bits, the second constant *ought* to be
treated as -2147483647, but I wonder if your compiler is doing something
bizarre with it --- say, forcing the comparison to be done as unsigned
rather than signed.
regards, tom lane
- AW: [HACKERS] Could turn on -O2 in AIX Zeugswetter Andreas SB
- Tom Lane
