Re: Improve handling of parameter differences in physical replication

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Improve handling of parameter differences in physical replication
Дата
Msg-id 20200228080653.GF2688@paquier.xyz
обсуждение исходный текст
Ответ на Re: Improve handling of parameter differences in physical replication  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On Fri, Feb 28, 2020 at 08:49:08AM +0100, Peter Eisentraut wrote:
> Perhaps it might be better to track the combined MaxBackends instead,
> however.

Not sure about that.  I think that we should keep them separated, as
that's more useful for debugging and more verbose for error reporting.

(Worth noting that max_prepared_xacts is separate because of its dummy
PGPROC entries created by PREPARE TRANSACTION, so it cannot be
included in the set).
--
Michael

Вложения

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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Asynchronous Append on postgres_fdw nodes.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: ALTER INDEX fails on partitioned index