Re: Unexpected behavior when setting "idle_replication_slot_timeout"

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: Nisha Moond <nisha(dot)moond412(at)gmail(dot)com>, Gunnar Morling <gunnar(dot)morling(at)googlemail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Unexpected behavior when setting "idle_replication_slot_timeout"
Date: 2025-07-04 15:22:26
Message-ID: b26f13d7-769a-4b64-8bed-cb3a833c0604@oss.nttdata.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2025/07/04 23:12, Fujii Masao wrote:
> But I wonder why the current unit of this GUC is minutes (GUC_UNIT_MIN).
> Since at least two users (including myself) tried to set it to a value
> less than 1 minute, it might worth considering changing the unit to seconds
> (GUC_UNIT_S). Also which would reduces the chance of the reported trouble.

Attached patch changes unit of idle_replication_slot_timeout to seconds.

Regards,

--
Fujii Masao
NTT DATA Japan Corporation

Attachment Content-Type Size
v1-0001-Change-unit-of-idle_replication_slot_timeout-to-s.patch text/plain 5.5 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Laurenz Albe 2025-07-04 16:07:29 Re: Unexpected behavior when setting "idle_replication_slot_timeout"
Previous Message Fujii Masao 2025-07-04 14:12:40 Re: Unexpected behavior when setting "idle_replication_slot_timeout"