Re: Sync Rep v19 - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Sync Rep v19
Date
Msg-id AANLkTimGRV+czVDo2B_pLZ-gUprJ3VvMvyFyK1LQGCiW@mail.gmail.com
Whole thread Raw
In response to Re: Sync Rep v19  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: Sync Rep v19
List pgsql-hackers
On Sun, Mar 6, 2011 at 12:42 AM, Fujii Masao <masao.fujii@gmail.com> wrote:
> New comments;

Another one;

+    long        timeout = SyncRepGetWaitTimeout();
<snip>
+            else if (timeout > 0 &&
+                TimestampDifferenceExceeds(wait_start, now, timeout))
+            {

The third argument of TimestampDifferenceExceeds is
expressed in milliseconds. But you wrongly give that the
microseconds.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Sync Rep v19
Next
From: Stefan Huehner
Date:
Subject: Re: Alpha4 release blockers (was Re: wrapping up this CommitFest)