Re: Missing FIN_CRC32 calls in logical replication code

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Missing FIN_CRC32 calls in logical replication code
Дата
Msg-id 20141111165541.GJ18565@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Missing FIN_CRC32 calls in logical replication code  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Ответы Re: Missing FIN_CRC32 calls in logical replication code  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
On 2014-11-03 21:58:51 +0200, Heikki Linnakangas wrote:
> PS. I find the name "ReplicationSlotOnDiskDynamicSize" confusing, as it is
> in fact a fixed size struct. I gather it's expected that the size of that
> part might change across versions, but by that definition nothing is
> constant.

Well, the idea is that the 'constant' part is version independent. The
part following afterwards (dynamic) can differ based on the 'version'
struct member. The reason is that that allows files from older releases
to be read after a pg_upgrade.

If you have suggestions for better names.

Greetings,

Andres Freund

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



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: tracking commit timestamps
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: tracking commit timestamps