Re: Win32 gettimeofday() comment patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Win32 gettimeofday() comment patch
Date: 2005-12-17 16:20:19
Message-ID: 200512171620.jBHGKJd18208@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Qingqing Zhou wrote:
>
> 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)
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-12-17 16:22:36 Re: Win32 gettimeofday() comment patch
Previous Message Bruce Momjian 2005-12-17 02:44:19 Re: How much expensive are row level statistics?