Clean up the rather historically encumbered interface to now() and

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

Commit: b5f7cff84f57a189ed5c9dd59efe8d2568649d0d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-06-29T22:51:57Z
Releases: 8.1.0
Clean up the rather historically encumbered interface to now() and
current time: provide a GetCurrentTimestamp() function that returns
current time in the form of a TimestampTz, instead of separate time_t
and microseconds fields.  This is what all the callers really want
anyway, and it eliminates low-level dependencies on AbsoluteTime,
which is a deprecated datatype that will have to disappear eventually.

Files