diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-03-21 01:31:43 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-03-21 01:31:43 +0000 |
commit | 2d0583a166402cbed19ba2b85b6c0b9240cff563 (patch) | |
tree | 07a7fd1030484b54fc027c9c66db87c545ab08ac /src/backend/parser/parse_expr.c | |
parent | 6b0706ac33ab5da815980c642a9cde9a4cd86b6b (diff) | |
download | postgresql-2d0583a166402cbed19ba2b85b6c0b9240cff563.tar.gz postgresql-2d0583a166402cbed19ba2b85b6c0b9240cff563.zip |
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
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions