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

Commit42a24b6

Browse files
committed
Add a note to Win32 gettimeofday() emulation, per Qingqing Zhou.
1 parentcb77a9e commit42a24b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/port/gettimeofday.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* gettimeofday.c
33
* Win32 gettimeofday() replacement
44
*
5-
* $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.6 2005/05/1605:52:13 neilc Exp $
5+
* $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.7 2005/12/1621:55:27 alvherre Exp $
66
*
77
* Copyright (c) 2003 SRA, Inc.
88
* Copyright (c) 2003 SKC, Inc.
@@ -36,6 +36,9 @@ static const unsigned __int64 epoch = 116444736000000000L;
3636

3737
/*
3838
* 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().
3942
*/
4043
int
4144
gettimeofday(structtimeval*tp,structtimezone*tzp)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp