Re: Introduce XID age based replication slot invalidation - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Re: Introduce XID age based replication slot invalidation
Date
Msg-id CALj2ACV6jYzaMZD3jF3nTj_bLoUZw8+UwucVKTK1kVCwXYVQ8w@mail.gmail.com
Whole thread Raw
In response to Re: Introduce XID age based replication slot invalidation  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: Introduce XID age based replication slot invalidation
List pgsql-hackers
Hi,

On Sun, Apr 5, 2026 at 1:03 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>
> Thank you for updating the patch!
>
> I've made some changes including moving MaybeInvalidateXidAgedSlot()
> to vacuum.c since the function seems more inherently tied to vacuum
> context. Also, updated the commit message and fixed typos.
>
> Please review the attached patch.

Thank you Sawada-san!

I took a look at the v10 patch and it LGTM. I tested it - make
check-world passes, pgindent doesn't complain.

--
Bharath Rupireddy
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Exit walsender before confirming remote flush in logical replication
Next
From: Tom Lane
Date:
Subject: Re: CREATE SCHEMA ... CREATE DOMAIN support