Re: question on bits32 wraparound check

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: question on bits32 wraparound check
Дата
Msg-id 25024.1238799989@sss.pgh.pa.us
обсуждение исходный текст
Ответ на question on bits32 wraparound check  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: question on bits32 wraparound check  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> So there's a minor issue on Takahiro-san fillfactor-on-toast patch,
> which is that it does not hand out the last possible "kind" value.  This
> is a bits32 field, so at least theoretically on some platforms it will
> be wider than 32 while on others it will be exactly 32.

So just disallow kind > 31 (hard wired, with a note cross-referencing
the datatype definition).  Even if that leaves some unused bits on some
particular platform, it's correct and ensures portable behavior.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: question on bits32 wraparound check
Следующее
От: Tom Lane
Дата:
Сообщение: Re: patch for small omission in psql \? help