Re: doc: clarify wal_sender_shutdown_timeout behavior for small values

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Ian Lawrence Barwick <barwick(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: doc: clarify wal_sender_shutdown_timeout behavior for small values
Date: 2026-08-05 00:36:22
Message-ID: CFE204BF-26E3-47D4-A8E3-5248D03889D6@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Aug 4, 2026, at 23:11, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
>
> On Sat, Jul 18, 2026 at 7:39 AM Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:
>> Thanks, everyone, for your comments. PFA v3 that attempts to address them all.
>
> Thanks for updating the patch!
>
> I made a few small adjustments on top of v3:
>
> - Revised the commit message to better reflect the current wording.
> - Clarified the GUC long description so that pg_settings explains
> the difference between -1 and 0.
> - Updated the postgresql.conf.sample comments to clarify that -1 disables
> the timeout but still waits for catch-up, whereas 0 does not wait for
> catch-up.
>
> The main config.sgml documentation is unchanged from v3.
>
> I've attached the updated version. Barring any objections, I'll commit it.
>
> Regards,
>
> --
> Fujii Masao
> <v4-0001-doc-Clarify-wal_sender_shutdown_timeout-values.patch>

Thanks for updating the patch. V4 LGTM.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-08-05 00:46:19 Re: Add more tab=completion rules for DROP PROPERTY GRAPH
Previous Message Bharath Rupireddy 2026-08-04 22:25:00 Re: Add a hook for handling logical decoding messages on subscribers.