Re: pgsql: Allow publishing partition changes via ancestors - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Allow publishing partition changes via ancestors
Date
Msg-id 6383fb03-1ad2-6c78-3030-348dc54fd67f@2ndQuadrant.com
Whole thread Raw
In response to pgsql: Allow publishing partition changes via ancestors  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: pgsql: Allow publishing partition changes via ancestors  (Amit Langote <amitlangote09@gmail.com>)
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Implement waiting for given lsn at transaction start
Next
From: Amit Langote
Date:
Subject: Re: pgsql: Allow publishing partition changes via ancestors