Re: Reduce the size of PageFreeSpaceInfo on 64bit platform

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Reduce the size of PageFreeSpaceInfo on 64bit platform
Дата
Msg-id 10318.1186721132@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Reduce the size of PageFreeSpaceInfo on 64bit platform  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-patches
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
> -    Size        avail;            /* space available on this page */
> +    uint32        avail;            /* space available on this page */

This declaration ties into a boatload of others, eg, just about every
use of Size in freespace.h.  I'm unconvinced that we need to change it,
but if we do, the patch needs to be a lot bigger.

            regards, tom lane

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

Предыдущее
От: ITAGAKI Takahiro
Дата:
Сообщение: Reduce the size of PageFreeSpaceInfo on 64bit platform
Следующее
От: "Brendan Jurd"
Дата:
Сообщение: Re: [HACKERS] Function structure in formatting.c