Re: Large block size problems and notes...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Large block size problems and notes...
Дата
Msg-id 503.1065121846@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Large block size problems and notes...  (Sean Chittenden <sean@chittenden.org>)
Список pgsql-hackers
Sean Chittenden <sean@chittenden.org> writes:
> 2) While testing the above, I noted that 65K blocks fail and 32K is as
> big as PostgreSQL can handle, for one reason or another.

15-bit offsets in page item ids.

> but, it seems as though the test at the bottom of
> RelationGetBufferForTuple():
> should be changed to:
>         if (len > MaxTupleSize)

No, it shouldn't.  That test would simply be redundant.
        regards, tom lane


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Index/Function organized table layout
Следующее
От: Neil Conway
Дата:
Сообщение: Re: minor view creation weirdness