incorrect handling of the timeout in pg_receivexlog

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема incorrect handling of the timeout in pg_receivexlog
Дата
Msg-id CAHGQGwFbqTDBrw95jek6_RvYG2=E-6o0HOpbeEcP6oWHJTLkUw@mail.gmail.com
обсуждение исходный текст
Ответы Re: incorrect handling of the timeout in pg_receivexlog  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Hi,

When I compiled HEAD with --disable-integer-datetimes and tested
pg_receivexlog, I encountered unexpected replication timeout. As
far as I read the pg_receivexlog code, the cause of this problem is
that pg_receivexlog handles the standby message timeout incorrectly
in --disable-integer-datetimes. The attached patch fixes this problem.
Comments?

Regards,

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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dan Scales
Дата:
Сообщение: Re: double writes using "double-write buffer" approach [WIP]
Следующее
От: Chetan Suttraway
Дата:
Сообщение: Re: patch for implementing SPI_gettypemod()