Skip to content
Snippets Groups Projects
Commit b5f7cff8 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent c33d5758
No related branches found
No related tags found
No related merge requests found
Showing
with 135 additions and 213 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment