Re: Two different defs of MAX_TUPLES_PER_PAGE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Two different defs of MAX_TUPLES_PER_PAGE
Дата
Msg-id 15567.1125682804@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Two different defs of MAX_TUPLES_PER_PAGE  (ITAGAKI Takahiro <itagaki.takahiro@lab.ntt.co.jp>)
Список pgsql-hackers
ITAGAKI Takahiro <itagaki.takahiro@lab.ntt.co.jp> writes:
> Don't you think about PageHeaderData?

I doubt it's really worth taking into account ... we can though.

> Also I guess a floor definition is ok
> because 'number of tuples' is an integer.

Right, now that I'm more awake I agree with that ;-)

>> Also, is this something that should be in a common header file?  If so
>> which one?  BLCKSZ, HeapTupleHeaderData, and ItemIdData are all defined
>> in different places ...

> Considering include-hierarchy, I think bufpage.h is a good place.

No, that's a pretty bad place because it violates the module hierarchy:
access is on top of storage.  None of the include/storage files know
what a HeapTupleHeader looks like.

I think we can just put it in htup.h, since that includes bufpage.h
already.  Will make it happen.
        regards, tom lane


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

Предыдущее
От: Pailloncy Jean-Gerard
Дата:
Сообщение: Re: Remove xmin and cmin from frozen tuples
Следующее
От: Patrick Welche
Дата:
Сообщение: Re: upgrade path / versioning roles