On Mon, Mar 1, 2021 at 5:32 PM Amit Kapila wrote:
>
> On Sat, Feb 27, 2021 at 2:35 PM Amit Kapila wrote:
> >
> > On Sat, Feb 27, 2021 at 2:47 AM Paul Martinez wrote:
> > >
> > > On Fri, Feb 26, 2021 at 5:22 AM Amit Kapila
> > > wrote:
> > > >
> > > > https://www.postgresql.org/docs/devel/logic
On Sat, Feb 27, 2021 at 2:35 PM Amit Kapila wrote:
>
> On Sat, Feb 27, 2021 at 2:47 AM Paul Martinez wrote:
> >
> > On Fri, Feb 26, 2021 at 5:22 AM Amit Kapila wrote:
> > >
> > > https://www.postgresql.org/docs/devel/logical-replication-config.html
> > >
> >
> > Ah, yep. I added a clause to the
On Sat, Feb 27, 2021 at 2:47 AM Paul Martinez wrote:
>
> On Fri, Feb 26, 2021 at 5:22 AM Amit Kapila wrote:
> >
> > https://www.postgresql.org/docs/devel/logical-replication-config.html
> >
>
> Ah, yep. I added a clause to the end of the sentence to clarify why we're
> using max_replication_slots
On Fri, Feb 26, 2021 at 5:22 AM Amit Kapila wrote:
>
> https://www.postgresql.org/docs/devel/logical-replication-config.html
>
Ah, yep. I added a clause to the end of the sentence to clarify why we're
using max_replication_slots here:
- The subscriber also requires the max_replication_slots to b
On Fri, Feb 26, 2021 at 1:53 AM Paul Martinez wrote:
>
> On Thu, Feb 25, 2021 at 5:31 AM Amit Kapila wrote:
> >
> > For docs only patch, I have few suggestions:
> > 1. On page [1], it is not very clear that we are suggesting to set
> > max_replication_slots for origins whereas your new doc patch
On Thu, Feb 25, 2021 at 5:31 AM Amit Kapila wrote:
>
> For docs only patch, I have few suggestions:
> 1. On page [1], it is not very clear that we are suggesting to set
> max_replication_slots for origins whereas your new doc patch has
> clarified it, can we update the other page as well.
Sorry,
On Thu, Feb 25, 2021 at 2:19 AM Paul Martinez wrote:
>
> Hey, all,
>
> I went ahead and made a patch for introducing a new GUC variable,
> max_replication_origins, to replace the awkward re-use of
> max_replication_slots.
>
> I'm mostly indifferent whether a new GUC variable is necessary, or
> sim
Hey, all,
I went ahead and made a patch for introducing a new GUC variable,
max_replication_origins, to replace the awkward re-use of
max_replication_slots.
I'm mostly indifferent whether a new GUC variable is necessary, or
simply just updating the existing documentation (the first patch I
sent)
Hey, all,
The configuration parameter max_replication_slots is most notably used
to control how many replication slots can be created on a server, but it
also controls how many replication origins can be tracked on the
subscriber side.
This is noted in the Configuration Settings section in the Lo