Re: logical_replication_mode
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-08-25T04:28:13Z
Lists: pgsql-hackers
On Thu, Aug 24, 2023 at 12:45 PM Peter Eisentraut <peter@eisentraut.org> wrote:
>
> I suggest we rename this setting to something starting with debug_.
> Right now, the name looks much too tempting for users to fiddle with. I
> think this is similar to force_parallel_mode.
>
+1. How about debug_logical_replication?
> Also, the descriptions in guc_tables.c could be improved. For example,
>
> gettext_noop("Controls when to replicate or apply each change."),
>
> is pretty content-free and unhelpful.
>
The other possibility I could think of is to change short_desc as:
"Allows to replicate each change for large transactions.". Do you have
any better ideas?
--
With Regards,
Amit Kapila.
Commits
-
Rename logical_replication_mode to debug_logical_replication_streaming
- 39d4207e876f 16.0 landed
- 63956bed7b10 17.0 landed