Re: HOT for PostgreSQL 8.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: HOT for PostgreSQL 8.3
Дата
Msg-id 29294.1171377537@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: HOT for PostgreSQL 8.3  (Heikki Linnakangas <heikki@enterprisedb.com>)
Ответы Re: HOT for PostgreSQL 8.3
Re: HOT for PostgreSQL 8.3
Список pgsql-hackers
Heikki Linnakangas <heikki@enterprisedb.com> writes:
> Hannu Krosing wrote:
>> Are we actually doing that ? I.E are null bitmaps really allocated in 1
>> byte steps nowadays ?

> Yes.

Not really; we still have to MAXALIGN at the end of the bitmap.  The
point is that you can get 8 bits in there before paying the first
additional MAXALIGN increment.

It's all moot anyway since 8 bits isn't enough for a pointer ...
        regards, tom lane


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Variable length varlena headers redux
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Variable length varlena headers redux