From: Daniel Gustafsson Date: Fri, 27 Aug 2021 20:50:19 +0000 (+0200) Subject: docs: clarify bgw_restart_time documentation X-Git-Tag: REL_15_BETA1~1606 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=10d2695b0cbad0ef64367d9c900ca59b9abcc80f;p=postgresql.git docs: clarify bgw_restart_time documentation Author: Dave Cramer Reviewed-by: Tom Lane Discussion: https://postgr.es/m/CADK3HHLZmqAQZ2ByPDQQ9yhGqax36kksq6sDkV0yYzsxw6ipvQ@mail.gmail.com --- diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index d34acfc220d..c0811935a1d 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -130,8 +130,8 @@ typedef struct BackgroundWorker bgw_restart_time is the interval, in seconds, that - postgres should wait before restarting the process, in - case it crashes. It can be any positive value, + postgres should wait before restarting the process in + the event that it crashes. It can be any positive value, or BGW_NEVER_RESTART, indicating not to restart the process in case of a crash.