Re: Mention idle_replication_slot_timeout in pg_replication_slots docs

2025-06-30 Thread Nisha Moond
On Mon, Jun 30, 2025 at 6:12 PM Fujii Masao wrote: > > > > On 2025/06/30 20:32, Nisha Moond wrote: > > On Fri, Jun 27, 2025 at 5:40 PM Fujii Masao > > wrote: > >> > >> > >> > >> On 2025/06/27 15:32, Nisha Moond wrote: >

Re: Mention idle_replication_slot_timeout in pg_replication_slots docs

2025-06-30 Thread Nisha Moond
On Fri, Jun 27, 2025 at 5:40 PM Fujii Masao wrote: > > > > On 2025/06/27 15:32, Nisha Moond wrote: > > On Thu, Jun 26, 2025 at 1:33 PM Fujii Masao > > wrote: > >> > >> > >> > >> On 2025/06/26 15:46, Nisha Moond wrote: >

Re: Mention idle_replication_slot_timeout in pg_replication_slots docs

2025-06-26 Thread Nisha Moond
On Thu, Jun 26, 2025 at 1:33 PM Fujii Masao wrote: > > > > On 2025/06/26 15:46, Nisha Moond wrote: > > On Wed, Jun 25, 2025 at 9:56 PM Fujii Masao > > wrote: > >> > >> Hi, > >> > >> The pg_replication_slots documentation mentions onl

Re: Mention idle_replication_slot_timeout in pg_replication_slots docs

2025-06-25 Thread Nisha Moond
On Wed, Jun 25, 2025 at 9:56 PM Fujii Masao wrote: > > Hi, > > The pg_replication_slots documentation mentions only max_slot_wal_keep_size > as a condition under which the wal_status column can show unreserved or lost. > However, since commit ac0e33136ab, idle_replication_slot_timeout can also > c

Re: pg_copy_logical_replication_slot doesn't copy the failover property

2025-02-19 Thread Nisha Moond
On Wed, Feb 19, 2025 at 12:40 PM Shlok Kyal wrote: > Hi, > > The failover option is set to false by default while copying of the > slots as it may cause some issue during slot synchronization as per > discussion [1]. > > I have created a patch to update the documentation for the same. > Thanks fo