Re: WAL log only necessary part of 2PC GID

Поиск
Список
Период
Сортировка
От Petr Jelinek
Тема Re: WAL log only necessary part of 2PC GID
Дата
Msg-id 56E03283.8090201@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: WAL log only necessary part of 2PC GID  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Ответы Re: WAL log only necessary part of 2PC GID  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Список pgsql-hackers
Hi,

I wonder why you define the gidlen as uint32 when it would fit into 
uint8 which in the current TwoPhaseFileHeader struct should be win of  8 
bytes on padding (on 64bit). I think that's something worth considering 
given that this patch aims to lower the size of the data.

--   Petr Jelinek                  http://www.2ndQuadrant.com/  PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: RFC: replace pg_stat_activity.waiting with something more descriptive
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Proposal: RETURNING primary_key()