mirror of
https://github.com/postgres/postgres.git
synced 2025-06-18 00:02:37 -04:00
Fix comment for GetCurrentIntegerTimestamp().
The unit of measure is microseconds, not milliseconds. Backpatch to 9.3 where the function and its comment were added.
This commit is contained in:
parent
fc7f6e331d
commit
f9b38ab653
@ -1288,7 +1288,7 @@ GetCurrentTimestamp(void)
|
||||
/*
|
||||
* GetCurrentIntegerTimestamp -- get the current operating system time as int64
|
||||
*
|
||||
* Result is the number of milliseconds since the Postgres epoch. If compiled
|
||||
* Result is the number of microseconds since the Postgres epoch. If compiled
|
||||
* with --enable-integer-datetimes, this is identical to GetCurrentTimestamp(),
|
||||
* and is implemented as a macro.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user