Re: Separate GUC for replication origins
Euler Taveira <euler@eulerto.com>
From: "Euler Taveira" <euler@eulerto.com>
To: "Masahiko Sawada" <sawada.mshk@gmail.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-18T01:05:16Z
Lists: pgsql-hackers
Attachments
- v7-0001-Separate-GUC-for-replication-origins.patch (text/x-patch) patch v7-0001
- v7-0002-max_active_replication_origins-defaults-to-10.patch (text/x-patch) patch v7-0002
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. -- Euler Taveira EDB https://www.enterprisedb.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