Re: typo: XIDs are actually compared using modulo-2^32 arithmetic

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: typo: XIDs are actually compared using modulo-2^32 arithmetic
Дата
Msg-id 22712.1386870086@sss.pgh.pa.us
обсуждение исходный текст
Ответ на typo: XIDs are actually compared using modulo-2^32 arithmetic  (Gianni Ciolli <gianni.ciolli@2ndquadrant.it>)
Ответы Re: typo: XIDs are actually compared using modulo-2^32 arithmetic
Список pgsql-hackers
Gianni Ciolli <gianni.ciolli@2ndquadrant.it> writes:
> It seems there is a typo here:
>   http://www.postgresql.org/docs/devel/static/routine-vacuuming.html#VACUUM-FOR-WRAPAROUND
> where we say that we compare XIDs using arithmetic modulo 2^31, which
> should instead be 2^32 (as it is with uint32, e.g. xid_age).

[ thinks about that for awhile... ]  Yeah, I think you're right.
Patch pushed, thanks!
        regards, tom lane



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Time-Delayed Standbys
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: Time-Delayed Standbys