• Tom Lane's avatar
    Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing · 2d0583a1
    Tom Lane authored
    a new typedef TimeOffset to represent an intermediate time value.  It's
    either int64 or double as appropriate, and in most usages will be measured
    in microseconds or seconds the same as Timestamp.  We don't call it
    Timestamp, though, since the value doesn't necessarily represent an absolute
    time instant.
    
    Warren Turkal
    2d0583a1
date.h 7.06 KB