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

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Small typo in timeline.h regarding the meaning of infinity for timeline history entry
Дата
Msg-id CAHGQGwGeBR5eEW7f0F0O-MOYKbddPWrfeswEnc5HK+r7=5c4Jg@mail.gmail.com
обсуждение исходный текст
Ответ на Small typo in timeline.h regarding the meaning of infinity for timeline history entry  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Small typo in timeline.h regarding the meaning of infinity for timeline history entry  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On Thu, Sep 10, 2015 at 2:37 PM, Michael Paquier
<michael.paquier@gmail.com> 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;
>         XLogRecPtr      begin;                  /* inclusive */
> -       XLogRecPtr      end;                    /* exclusive, 0 means
> infinity */
> +       XLogRecPtr      end;                    /* exclusive,
> InvalidXLogRecPtr means
> +                                                                * infinity */
>  } TimeLineHistoryEntry;
>
> And the code leads into this direction as well.

Thanks for the report and patch! Applied.

Regards,

-- 
Fujii Masao



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

Предыдущее
От: "Syed, Rahila"
Дата:
Сообщение: Re: [PROPOSAL] VACUUM Progress Checker.
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references.