incorrect handling of the timeout in pg_receivexlog - Mailing list pgsql-hackers

From Fujii Masao
Subject incorrect handling of the timeout in pg_receivexlog
Date
Msg-id CAHGQGwFbqTDBrw95jek6_RvYG2=E-6o0HOpbeEcP6oWHJTLkUw@mail.gmail.com
Whole thread Raw
Responses Re: incorrect handling of the timeout in pg_receivexlog  (Fujii Masao <masao.fujii@gmail.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Dan Scales
Date:
Subject: Re: double writes using "double-write buffer" approach [WIP]
Next
From: Chetan Suttraway
Date:
Subject: Re: patch for implementing SPI_gettypemod()