Re: switch UNLOGGED to LOGGED

Поиск
Список
Период
Сортировка
От Leonardo Francalanci
Тема Re: switch UNLOGGED to LOGGED
Дата
Msg-id 576116.18934.qm@web29003.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на Re: switch UNLOGGED to LOGGED  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: switch UNLOGGED to LOGGED
Список pgsql-hackers
> I don't  think making xinfo shorter will save anything, because
> whatever follows it is  going to be a 4-byte quantity and therefore
> 4-byte aligned.


ups, didn't notice it.

I'll split    xinfo into:
uint16   xinfo;
uint16   presentFlags;


I guess it helps with the reading? I mean, instead
of having a single uint32?


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: switch UNLOGGED to LOGGED
Следующее
От: Robert Haas
Дата:
Сообщение: Re: crash-safe visibility map, take five