Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing

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

Commit: 2d0583a166402cbed19ba2b85b6c0b9240cff563
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-03-21T01:31:43Z
Releases: 8.4.0
Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing
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

Files