Re: pgsql: Prevent invalidation of newly synced replication slots.

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Amit Kapila <akapila(at)postgresql(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Prevent invalidation of newly synced replication slots.
Date: 2026-01-28 04:33:51
Message-ID: CAA4eK1Kr+RVqKWwky5cFiMaeRd+jCk_g0ZCmFsxjXshH5R0K6w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Jan 27, 2026 at 8:29 PM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>
> On Tue, Jan 27, 2026 at 12:56 AM Amit Kapila <akapila(at)postgresql(dot)org> wrote:
> > Prevent invalidation of newly synced replication slots.
>
> This commit has broken CI for me. On the "Windows - Server 2022, VS
> 2019 - Meson & ninja" build, the following shows up in
> 046_checkpoint_logical_slot_standby.log:
>
> 2026-01-27 13:44:44.421 GMT startup[5172] FATAL: could not rename
> file "backup_label" to "backup_label.old": Permission denied
>
> I imagine this is going to break CI for everybody else too, as well as cfbot.
>

I'll try to reproduce and look into it.

--
With Regards,
Amit Kapila.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2026-01-28 05:47:57 Re: pgsql: Prevent invalidation of newly synced replication slots.
Previous Message Michael Paquier 2026-01-28 03:00:33 pgsql: Fix pg_restore_extended_stats() with expressions

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-01-28 04:34:12 Re: Extended Statistics set/restore/clear functions.
Previous Message Dilip Kumar 2026-01-28 04:23:48 Re: unnecessary executor overheads around seqscans