On Sun, Mar 6, 2011 at 12:42 AM, Fujii Masao <masao.fu...@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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to