Re: [Patch] add new parameter to pg_replication_origin_session_setup

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>, "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>, shveta malik <shveta.malik@gmail.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>, "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>, Doruk Yilmaz <doruk@mixrank.com>
Date: 2026-03-25T03:02:51Z
Lists: pgsql-hackers
On Wed, Mar 25, 2026 at 8:15 AM Michael Paquier <michael@paquier.xyz> wrote:
>
> On Mon, Feb 16, 2026 at 02:22:57PM +0530, Amit Kapila wrote:
> > Heikki, would you like to take care of improvements proposed by you?
> > Otherwise, I am happy to take care of them.
>
> This thread has stalled.  Heikki, Amit, are there any actions planned
> by the end of the release cycle?
>

I'll take care of this in the next few days unless I see any
response/feedback from Heikki or others.

-- 
With Regards,
Amit Kapila.



Commits

  1. Refactor replorigin_session_setup() for better readability.

  2. Prevent unintended dropping of active replication origins.

  3. Add optional pid parameter to pg_replication_origin_session_setup().