Win32 gettimeofday() comment patch - Mailing list pgsql-patches

From Qingqing Zhou
Subject Win32 gettimeofday() comment patch
Date
Msg-id Pine.LNX.4.58.0512161439510.24231@eon.cs
Whole thread Raw
Responses Re: Win32 gettimeofday() comment patch
Re: Win32 gettimeofday() comment patch
List pgsql-patches
Add a note to Win32 gettimeofday() emulation.

Regards,
Qingqing

---

Index: gettimeofday.c
===================================================================
RCS file: /projects/cvsroot/pgsql/src/port/gettimeofday.c,v
retrieving revision 1.6
diff -c -r1.6 gettimeofday.c
*** gettimeofday.c      16 May 2005 05:52:13 -0000      1.6
--- gettimeofday.c      16 Dec 2005 19:37:41 -0000
***************
*** 36,41 ****
--- 36,43 ----

  /*
   * timezone information is stored outside the kernel so tzp isn't used anymore.
+  * Note: this function is not for Win32 high precision timing purpose, see
+  * elapsed_time() etc.
   */
  int
  gettimeofday(struct timeval * tp, struct timezone * tzp)


pgsql-patches by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: Single-Transaction Utility options
Next
From: Simon Riggs
Date:
Subject: Re: Single-Transaction Utility options