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 only max_slot_wal_keep_size > >> as a condition under which the wa

RE: Mention idle_replication_slot_timeout in pg_replication_slots docs

2025-06-26 Thread Hayato Kuroda (Fujitsu)
Dear Fujii-san, > Agreed. Attached is the updated version of the patch. I confirmed that my point was fixed. LGTM. Best regards, Hayato Kuroda FUJITSU LIMITED

Re: Mention idle_replication_slot_timeout in pg_replication_slots docs

2025-06-26 Thread Fujii Masao
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 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_r

Re: Mention idle_replication_slot_timeout in pg_replication_slots docs

2025-06-26 Thread Fujii Masao
On 2025/06/26 15:43, Hayato Kuroda (Fujitsu) wrote: Dear Fujii-san, 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 al