Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where

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

Commit: 0514ad126b853b3742dd4cca531b33779bbc5289
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-11-18T05:41:45Z
Releases: 7.1.1
Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where
a > comparison against INT_MIN may do the wrong thing.  Per suggestion
from Andreas.

Files

PathChange+/−
src/include/utils/nabstime.h modified +12 −23