Thanks to visit codestin.com Credit goes to github.com
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 cb77a9e commit 42a24b6Copy full SHA for 42a24b6
src/port/gettimeofday.c
@@ -2,7 +2,7 @@
2
* gettimeofday.c
3
* Win32 gettimeofday() replacement
4
*
5
- * $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.6 2005/05/16 05:52:13 neilc Exp $
+ * $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.7 2005/12/16 21:55:27 alvherre Exp $
6
7
* Copyright (c) 2003 SRA, Inc.
8
* Copyright (c) 2003 SKC, Inc.
@@ -36,6 +36,9 @@ static const unsigned __int64 epoch = 116444736000000000L;
36
37
/*
38
* timezone information is stored outside the kernel so tzp isn't used anymore.
39
+ *
40
+ * Note: this function is not for Win32 high precision timing purpose. See
41
+ * elapsed_time().
42
*/
43
int
44
gettimeofday(struct timeval * tp, struct timezone * tzp)
0 commit comments