Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf9f7150

Browse files
committed
Fix comment for GetCurrentIntegerTimestamp().
The unit of measure is microseconds, not milliseconds.Backpatch to 9.3 where the function and its comment were added.
1 parent9a43799 commitf9f7150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/adt/timestamp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ GetCurrentTimestamp(void)
15771577
/*
15781578
* GetCurrentIntegerTimestamp -- get the current operating system time as int64
15791579
*
1580-
* Result is the number ofmilliseconds since the Postgres epoch. If compiled
1580+
* Result is the number ofmicroseconds since the Postgres epoch. If compiled
15811581
* with --enable-integer-datetimes, this is identical to GetCurrentTimestamp(),
15821582
* and is implemented as a macro.
15831583
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp