Re: Improve pg_sync_replication_slots() to wait for primary to advance

From: shveta malik <shveta(dot)malik(at)gmail(dot)com>
To: Ajin Cherian <itsajin(at)gmail(dot)com>
Cc: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, Japin Li <japinli(at)hotmail(dot)com>, Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>, shveta malik <shveta(dot)malik(at)gmail(dot)com>
Subject: Re: Improve pg_sync_replication_slots() to wait for primary to advance
Date: 2025-11-26 05:01:21
Message-ID: CAJpy0uAk8w1A=eJTXFVGDDRZjAD-FK_iB1Kr1qYpFRYRMawojA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 24, 2025 at 12:12 PM Ajin Cherian <itsajin(at)gmail(dot)com> wrote:
>
> Attaching patch v25 addressing the above comments.
>

The patch needs rebase due to recent commit 76b78721.

thanks
Shveta

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-11-26 05:07:50 Re: refactor AlterDomainAddConstraint (alter domain add constraint)
Previous Message Amit Kapila 2025-11-26 05:01:04 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart