From: Daniel Gustafsson Date: Fri, 27 Aug 2021 20:50:19 +0000 (+0200) Subject: docs: clarify bgw_restart_time documentation X-Git-Tag: REL9_6_24~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b96c1a23dc97cb860b1e436b78636de35b6214c5;p=thirdparty%2Fpostgresql.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 669770cb095..19a2937845d 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -124,8 +124,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.