Re: Force streaming every change in logical decoding - Mailing list pgsql-hackers

From Dilip Kumar
Subject Re: Force streaming every change in logical decoding
Date
Msg-id CAFiTN-snBe19pbV=VrrqO7W_v=O0B7R0Ajv0vjnXr+kBygrsKA@mail.gmail.com
Whole thread Raw
In response to Re: Force streaming every change in logical decoding  (Peter Smith <smithpb2250@gmail.com>)
Responses Re: Force streaming every change in logical decoding  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Wed, Dec 7, 2022 at 5:16 AM Peter Smith <smithpb2250@gmail.com> wrote:

+1 for the idea

>
> There is potential for lots of developer GUCs for testing/debugging in
> the area of logical replication but IMO it might be better to keep
> them all separated. Putting everything into a single
> 'logical_replication_mode' might cause difficulties later when/if you
> want combinations of the different modes.
>
> For example, instead of
>
> logical_replication_mode = XXX/YYY/ZZZ
>
> maybe something like below will give more flexibility.
>
> logical_replication_dev_XXX = true/false
> logical_replication_dev_YYY = true/false
> logical_replication_dev_ZZZ = true/false
>

Even I agree that usability wise keeping them independent is better.

-- 
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Generate pg_stat_get_* functions with Macros
Next
From: Dilip Kumar
Date:
Subject: Re: Force streaming every change in logical decoding