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.