Re: Sync Rep v19

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Sync Rep v19
Дата
Msg-id AANLkTimGRV+czVDo2B_pLZ-gUprJ3VvMvyFyK1LQGCiW@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Sync Rep v19  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: Sync Rep v19  (Simon Riggs <simon@2ndQuadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Sync Rep v19
Следующее
От: Stefan Huehner
Дата:
Сообщение: Re: Alpha4 release blockers (was Re: wrapping up this CommitFest)