mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
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.
6.3 KiB
6.3 KiB