Re: [HACKERS] Small typo in timeline.h regarding the meaning of infinity for timeline history entry

2015-09-15 Thread Michael Paquier
On Tue, Sep 15, 2015 at 7:38 AM, Fujii Masao wrote: > Thanks for the report and patch! Applied. Thanks! -- Michael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Small typo in timeline.h regarding the meaning of infinity for timeline history entry

2015-09-15 Thread Fujii Masao
On Thu, Sep 10, 2015 at 2:37 PM, Michael Paquier wrote: > Hi all, > > timeline.h quotes that the end point of timeline history entry means > infinity when its value is 0. But that's not completely true, I think > that what is meant here is InvalidXLogRecPtr: > { > TimeLineID tli; >

[HACKERS] Small typo in timeline.h regarding the meaning of infinity for timeline history entry

2015-09-09 Thread Michael Paquier
Hi all, timeline.h quotes that the end point of timeline history entry means infinity when its value is 0. But that's not completely true, I think that what is meant here is InvalidXLogRecPtr: { TimeLineID tli; XLogRecPtr begin; /* inclusive */ - X