Re: Separate GUC for replication origins - Mailing list pgsql-hackers

From Euler Taveira
Subject Re: Separate GUC for replication origins
Date
Msg-id ceebf8f4-709f-49b1-9b27-f2b1b4646d4e@app.fastmail.com
Whole thread Raw
In response to Re: Separate GUC for replication origins  (vignesh C <vignesh21@gmail.com>)
Responses Re: Separate GUC for replication origins
Re: Separate GUC for replication origins
List pgsql-hackers
On Thu, Mar 13, 2025, at 11:10 AM, vignesh C wrote:
Few comments:

Thanks for taking a look.

1) After selecting max_active_replication_origins setting in the
SELECT query having order by, the first record returned will be the
one with max_active_replication_origins, rather than the second
record, because max_active_replication_origins appears before
max_logical_replication_workers in the order.

Fixed.

2) I felt max_replication_slots must be max_active_replication_origins
here in logical-replication.sgml:

Fixed.


--
Euler Taveira

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Query ID Calculation Fix for DISTINCT / ORDER BY and LIMIT / OFFSET
Next
From: Sami Imseih
Date:
Subject: Re: Query ID Calculation Fix for DISTINCT / ORDER BY and LIMIT / OFFSET