Hot standby, xlog_xact_assignment and unreported subxids.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Hot standby, xlog_xact_assignment and unreported subxids.
Дата
Msg-id 4AD5B972.6000408@enterprisedb.com
обсуждение исходный текст
Ответы Re: Hot standby, xlog_xact_assignment and unreported subxids.  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
In the hot standby patch, we have this comment in procarray.c:

> It is
>  * important that the XLOG_XACT_ASSIGNMENT record contain *all* subxids 
>  * not just those so far unreported because the sole purpose is to ensure
>  * we can remove the xids from KnownAssignedXids. 

As the patch stands, that's not what we do. We only include new subxids
in the XLOG_XACT_ASSIGNMENT record that we haven't included in any
previous ones. I think that comment is just obsolete and should be
removed, but am I missing something?

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Itagaki Takahiro
Дата:
Сообщение: Re: Buffer usage in EXPLAIN and pg_stat_statements (review)
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Hot standby, xlog_xact_assignment and unreported subxids.