]> granicus.if.org Git - postgresql/commit
Fix comment for GetCurrentIntegerTimestamp().
authorKevin Grittner <kgrittn@postgresql.org>
Sun, 28 Jun 2015 17:43:59 +0000 (12:43 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Sun, 28 Jun 2015 17:43:59 +0000 (12:43 -0500)
commitcca8ba9529f8815acd23fe88c32763765d0e1b68
tree173a9197784164ef862b94f8b670ac24bec1b080
parent527e6d3f099df22783465ca7046fc0c8a534c921
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