We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7f6e3 commit f9b38abCopy full SHA for f9b38ab
src/backend/utils/adt/timestamp.c
@@ -1288,7 +1288,7 @@ GetCurrentTimestamp(void)
1288
/*
1289
* GetCurrentIntegerTimestamp -- get the current operating system time as int64
1290
*
1291
- * Result is the number of milliseconds since the Postgres epoch. If compiled
+ * Result is the number of microseconds since the Postgres epoch. If compiled
1292
* with --enable-integer-datetimes, this is identical to GetCurrentTimestamp(),
1293
* and is implemented as a macro.
1294
*/
0 commit comments