Re: Separate GUC for replication origins
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: Euler Taveira <euler@eulerto.com>
Cc: vignesh C <vignesh21@gmail.com>, Peter Eisentraut <peter@eisentraut.org>, Amit Kapila <amit.kapila16@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-03-19T05:12:48Z
Lists: pgsql-hackers
Attachments
- v8-0001-Add-GUC-option-to-control-maximum-active-replicat.patch (application/octet-stream) patch v8-0001
On Mon, Mar 17, 2025 at 6:05 PM Euler Taveira <euler@eulerto.com> wrote: > > On Mon, Mar 17, 2025, at 8:44 PM, Masahiko Sawada wrote: > > I would suggest putting the new max_active_replication_origins after > max_parallel_apply_workers_per_subscription as both > max_sync_workers_per_subscription and > max_parallel_apply_workers_per_subscription are related to > max_logical_replication_workers. > > > Good point. Looking at the documentation, the old max_replication_slots > parameter was the first one in that section so I decided to use the same order > for the postgresql.conf.sample. Thank you for updating the patch! The patch looks good to me. I've updated the commit message and squashed the second patch as we agreed that we don't need to have the codes for supporting backward compatibility IIUC. I'm going to push the patch barring any objections and further comments. Regards, -- Masahiko Sawada Amazon Web Services: https://aws.amazon.com
Commits
-
Add GUC option to control maximum active replication origins.
- 04ff636cbce4 18.0 landed
-
Better document logical replication parameters
- a8500750ca0a 16.0 cited
-
Introduce replication progress tracking infrastructure.
- 5aa2350426c4 9.5.0 cited