Re: pgsql: Allow publishing partition changes via ancestors

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Allow publishing partition changes via ancestors
Дата
Msg-id 6383fb03-1ad2-6c78-3030-348dc54fd67f@2ndQuadrant.com
обсуждение исходный текст
Ответ на pgsql: Allow publishing partition changes via ancestors  (Peter Eisentraut <peter@eisentraut.org>)
Ответы Re: pgsql: Allow publishing partition changes via ancestors  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-committers
On 4/8/20 5:23 AM, Peter Eisentraut wrote:
> Allow publishing partition changes via ancestors
>
> To control whether partition changes are replicated using their own
> identity and schema or an ancestor's, add a new parameter that can be
> set per publication named 'publish_via_partition_root'.
>
> This allows replicating a partitioned table into a different partition
> structure on the subscriber.



prion seems to be persistently unhappy with this. It uses
-DRELCACHE_FORCE_RELEASE -DCATCACHE_FORCE_RELEASE, not sure if this
could affect the result.


cheers


andrew


-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Implement waiting for given lsn at transaction start
Следующее
От: Amit Langote
Дата:
Сообщение: Re: pgsql: Allow publishing partition changes via ancestors