Fix comment for GetCurrentIntegerTimestamp().
authorKevin Grittner <kgrittn@postgresql.org>
Sun, 28 Jun 2015 17:46:03 +0000 (12:46 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Sun, 28 Jun 2015 17:46:03 +0000 (12:46 -0500)
commitf9b38ab6536e0c175cf94bea0c8f2a3d9fed175a
tree3429c0adf4548eb40ebe2fba896040dcd95b31e1
parentfc7f6e331d7d35f7f24f72a62e4907887e7bcb11
Fix comment for GetCurrentIntegerTimestamp().

The unit of measure is microseconds, not milliseconds.

Backpatch to 9.3 where the function and its comment were added.
src/backend/utils/adt/timestamp.c