Re: [BUG] [PATCH] Allow physical replication slots to recover from archive after invalidation - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: [BUG] [PATCH] Allow physical replication slots to recover from archive after invalidation
Date
Msg-id CAA4eK1L0SxQRLTrcsvNA7uBydzpWW=pGtxngLJd0_QBuvGpw9Q@mail.gmail.com
Whole thread Raw
In response to Re: [BUG] [PATCH] Allow physical replication slots to recover from archive after invalidation  (Joao Foltran <joao@foltrandba.com>)
List pgsql-hackers
On Tue, Jan 6, 2026 at 3:26 AM Joao Foltran <joao@foltrandba.com> wrote:
>
> > The slots could be invalidated due to other reasons like
> > RS_INVAL_IDLE_TIMEOUT as well.
>
> We could just filter which invalidation reasons could be "revalidated"
> for only reasons that can be resolved this way.
>

Can we make the slot valid even the required WAL is made available
afterwards? What about the removed rows due to the slot's xmin?

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Jakub Wartak
Date:
Subject: Re: [PATCH] check kernel version for io_method
Next
From: "Jelte Fennema-Nio"
Date:
Subject: Re: Always show correct error message for statement timeouts, fixes random buildfarm failures