pgsql: Fix comment for GetCurrentIntegerTimestamp().

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix comment for GetCurrentIntegerTimestamp().
Date: 2015-06-28 17:48:02
Message-ID: E1Z9GgU-0004dU-Kc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment for GetCurrentIntegerTimestamp().

The unit of measure is microseconds, not milliseconds.

Backpatch to 9.3 where the function and its comment were added.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f9f71503767f0212a1d4141a2370dfc63c7ec050

Modified Files
--------------
src/backend/utils/adt/timestamp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-06-28 18:39:21 pgsql: Add missing_ok option to the SQL functions for reading files.
Previous Message Tatsuo Ishii 2015-06-28 10:13:24 pgsql: Fix function declaration style to respect the coding standard.